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 (GraphicsPath, Boolean)

[To be supplied.]

[Visual Basic]
Overloads Public Function NextSubpath( _
   ByVal path As GraphicsPath, _
   ByRef isClosed As Boolean _
) As Integer
[C#]
public int NextSubpath(
   GraphicsPath path,
   ref bool isClosed
);
[C++]
public: int NextSubpath(
   GraphicsPath* path,
   bool** isClosed
);
[JScript]
public function NextSubpath(
   path : GraphicsPath,
   isClosed : Boolean
) : int;

Parameters

path
[To be supplied.]
isClosed
[To be supplied.]

See Also

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