NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

GraphicsPathIterator.NextSubpath (Int32, Int32, Boolean)

[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;

Parameters

startIndex
[To be supplied.]
endIndex
[To be supplied.]
isClosed
[To be supplied.]

See Also

GraphicsPathIterator Class | GraphicsPathIterator Members | System.Drawing.Drawing2D Namespace | GraphicsPathIterator.NextSubpath Overload List