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 (Point[], Byte[], FillMode)

[To be supplied.]

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

Parameters

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

See Also

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