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.NextPathType

[To be supplied.]

[Visual Basic]
Public Function NextPathType( _
   ByRef pathType As Byte, _
   ByRef startIndex As Integer, _
   ByRef endIndex As Integer _
) As Integer
[C#]
public int NextPathType(
   ref byte pathType,
   ref int startIndex,
   ref int endIndex
);
[C++]
public: int NextPathType(
   unsigned char** pathType,
   int** startIndex,
   int** endIndex
);
[JScript]
public function NextPathType(
   pathType : Byte,
   startIndex : int,
   endIndex : int
) : int;

Parameters

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

See Also

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