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