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