[To be supplied.]
[Visual Basic] Public Function Enumerate( _ ByRef points() As PointF, _ ByRef types() As Byte _ ) As Integer [C#] public int Enumerate( ref PointF[] points, ref byte[] types ); [C++] public: int Enumerate( PointF** points[], unsigned char** types[] ); [JScript] public function Enumerate( points : PointF[], types : Byte[] ) : int;
GraphicsPathIterator Class | GraphicsPathIterator Members | System.Drawing.Drawing2D Namespace