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

Initializes a new instance of the GraphicsPath class.

Overload List

Initializes a new instance of the GraphicsPath class with a FillMode of Alternate.

[Visual Basic] Overloads Public Sub New()
[C#] public GraphicsPath();
[C++] public: GraphicsPath();
[JScript] public function GraphicsPath();

[To be supplied.]

[Visual Basic] Overloads Public Sub New(FillMode)
[C#] public GraphicsPath(FillMode);
[C++] public: GraphicsPath(FillMode);
[JScript] public function GraphicsPath(FillMode);

[To be supplied.]

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

[To be supplied.]

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

[To be supplied.]

[Visual Basic] Overloads Public Sub New(Point(), Byte())
[C#] public GraphicsPath(Point[], byte[]);
[C++] public: GraphicsPath(Point*[], unsigned char[]);
[JScript] public function GraphicsPath(Point[], Byte[]);

[To be supplied.]

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

See Also

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