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.DrawPie (Pen, RectangleF, Single, Single)

[To be supplied.]

[Visual Basic]
Overloads Public Sub DrawPie( _
   ByVal pen As Pen, _
   ByVal rect As RectangleF, _
   ByVal startAngle As Single, _
   ByVal sweepAngle As Single _
)
[C#]
public void DrawPie(
   Pen pen,
   RectangleF rect,
   float startAngle,
   float sweepAngle
);
[C++]
public: void DrawPie(
   Pen* pen,
   RectangleF rect,
   float startAngle,
   float sweepAngle
);
[JScript]
public function DrawPie(
   pen : Pen,
   rect : RectangleF,
   startAngle : float,
   sweepAngle : float
);

Parameters

pen
[To be supplied.]
rect
[To be supplied.]
startAngle
[To be supplied.]
sweepAngle
[To be supplied.]

See Also

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