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.AddPie (Int32, Int32, Int32, Int32, Single, Single)

[To be supplied.]

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

Parameters

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

GraphicsPath Class | GraphicsPath Members | System.Drawing.Drawing2D Namespace | GraphicsPath.AddPie Overload List