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!

GraphicsPath Constructor (PointF[], Byte[])

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal pts() As PointF, _
   ByVal types() As Byte _
)
[C#]
public GraphicsPath(
   PointF[] pts,
   byte[] types
);
[C++]
public: GraphicsPath(
   PointF* pts[],
   unsigned char* types[]
);
[JScript]
public function GraphicsPath(
   pts : PointF[],
   types : Byte[]
);

Parameters

pts
[To be supplied.]
types
[To be supplied.]

See Also

GraphicsPath Class | GraphicsPath Members | System.Drawing.Drawing2D Namespace | GraphicsPath Constructor Overload List