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

[To be supplied.]

[Visual Basic]
Public Function Enumerate( _
   ByRef points() As PointF, _
   ByRef types() As Byte _
) As Integer
[C#]
public int Enumerate(
   ref PointF[] points,
   ref byte[] types
);
[C++]
public: int Enumerate(
   PointF** points[],
   unsigned char** types[]
);
[JScript]
public function Enumerate(
   points : PointF[],
   types : Byte[]
) : int;

Parameters

points
[To be supplied.]
types
[To be supplied.]

See Also

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