[To be supplied.]
[Visual Basic] Overloads Public Function NextSubpath( _ ByRef startIndex As Integer, _ ByRef endIndex As Integer, _ ByRef isClosed As Boolean _ ) As Integer [C#] public int NextSubpath( ref int startIndex, ref int endIndex, ref bool isClosed ); [C++] public: int NextSubpath( int** startIndex, int** endIndex, bool** isClosed ); [JScript] public function NextSubpath( startIndex : int, endIndex : int, isClosed : Boolean ) : int;
GraphicsPathIterator Class | GraphicsPathIterator Members | System.Drawing.Drawing2D Namespace | GraphicsPathIterator.NextSubpath Overload List