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

[To be supplied.]

Overload List

[To be supplied.]

[Visual Basic] Overloads Public Function NextSubpath(Integer, Integer, Boolean) As Integer
[C#] public int NextSubpath(int, int, bool);
[C++] public: int NextSubpath(int*, int*, bool);
[JScript] public function NextSubpath(int, int, Boolean) : int;

[To be supplied.]

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

See Also

GraphicsPathIterator Class | GraphicsPathIterator Members | System.Drawing.Drawing2D Namespace