This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5
Other versions are also available for the following:
.NET Framework Class Library
Graphics..::.DrawPie Method
Draws a pie shape defined by an ellipse specified by a coordinate pair, a width, a height, and two radial lines.

Overload List
|
| Name | Description |
|---|
.gif) | DrawPie(Pen, Rectangle, Single, Single) |
Draws a pie shape defined by an ellipse specified by a Rectangle structure and two radial lines.
|
.gif) | DrawPie(Pen, RectangleF, Single, Single) |
Draws a pie shape defined by an ellipse specified by a RectangleF structure and two radial lines.
|
.gif) | DrawPie(Pen, Int32, Int32, Int32, Int32, Int32, Int32) |
Draws a pie shape defined by an ellipse specified by a coordinate pair, a width, a height, and two radial lines.
|
.gif) | DrawPie(Pen, Single, Single, Single, Single, Single, Single) |
Draws a pie shape defined by an ellipse specified by a coordinate pair, a width, a height, and two radial lines.
|
Top

See Also