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!

Graphics.DrawClosedCurve

[To be supplied.]

Overload List

[To be supplied.]

[Visual Basic] Overloads Public Sub DrawClosedCurve(Pen, PointF())
[C#] public void DrawClosedCurve(Pen, PointF[]);
[C++] public: void DrawClosedCurve(Pen*, PointF[]);
[JScript] public function DrawClosedCurve(Pen, PointF[]);

[To be supplied.]

[Visual Basic] Overloads Public Sub DrawClosedCurve(Pen, Point(), Single, FillMode)
[C#] public void DrawClosedCurve(Pen, Point[], float, FillMode);
[C++] public: void DrawClosedCurve(Pen*, Point[], float, FillMode);
[JScript] public function DrawClosedCurve(Pen, Point[], float, FillMode);

[To be supplied.]

[Visual Basic] Overloads Public Sub DrawClosedCurve(Pen, PointF(), Single, FillMode)
[C#] public void DrawClosedCurve(Pen, PointF[], float, FillMode);
[C++] public: void DrawClosedCurve(Pen*, PointF[], float, FillMode);
[JScript] public function DrawClosedCurve(Pen, PointF[], float, FillMode);

[To be supplied.]

[Visual Basic] Overloads Public Sub DrawClosedCurve(Pen, Point())
[C#] public void DrawClosedCurve(Pen, Point[]);
[C++] public: void DrawClosedCurve(Pen*, Point[]);
[JScript] public function DrawClosedCurve(Pen, Point[]);

See Also

Graphics Class | Graphics Members | System.Drawing Namespace