This documentation is archived and is not being maintained.
Graphics::DrawPie Method
Visual Studio 2010
Draws a pie shape defined by an ellipse specified by a coordinate pair, a width, a height, and two radial lines.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
DrawPie(Pen, Rectangle, Single, Single) | Draws a pie shape defined by an ellipse specified by a Rectangle structure and two radial lines. |
|
DrawPie(Pen, RectangleF, Single, Single) | Draws a pie shape defined by an ellipse specified by a RectangleF structure and two radial lines. |
|
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. |
|
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. |
Show: