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

[To be supplied.]

Overload List

[To be supplied.]

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

[To be supplied.]

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

See Also

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