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 (Pen, Int32, Int32, Int32, Int32, Int32, Int32)

[To be supplied.]

[Visual Basic]
Overloads Public Sub DrawArc( _
   ByVal pen As Pen, _
   ByVal x As Integer, _
   ByVal y As Integer, _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal startAngle As Integer, _
   ByVal sweepAngle As Integer _
)
[C#]
public void DrawArc(
   Pen pen,
   int x,
   int y,
   int width,
   int height,
   int startAngle,
   int sweepAngle
);
[C++]
public: void DrawArc(
   Pen* pen,
   int x,
   int y,
   int width,
   int height,
   int startAngle,
   int sweepAngle
);
[JScript]
public function DrawArc(
   pen : Pen,
   x : int,
   y : int,
   width : int,
   height : int,
   startAngle : int,
   sweepAngle : int
);

Parameters

pen
[To be supplied.]
x
[To be supplied.]
y
[To be supplied.]
width
[To be supplied.]
height
[To be supplied.]
startAngle
[To be supplied.]
sweepAngle
[To be supplied.]

See Also

Graphics Class | Graphics Members | System.Drawing Namespace | Graphics.DrawArc Overload List