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

[To be supplied.]

Overload List

[To be supplied.]

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

[To be supplied.]

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

[To be supplied.]

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

[To be supplied.]

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

See Also

Graphics Class | Graphics Members | System.Drawing Namespace