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

[To be supplied.]

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

Parameters

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

See Also

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