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.NextMarker (GraphicsPath)

[To be supplied.]

[Visual Basic]
Overloads Public Function NextMarker( _
   ByVal path As GraphicsPath _
) As Integer
[C#]
public int NextMarker(
   GraphicsPath path
);
[C++]
public: int NextMarker(
   GraphicsPath* path
);
[JScript]
public function NextMarker(
   path : GraphicsPath
) : int;

Parameters

path
[To be supplied.]

See Also

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