This documentation is archived and is not being maintained.
Graphics::DrawArc Method
Visual Studio 2010
Draws an arc representing a portion of an ellipse specified by a pair of coordinates, a width, and a height.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
DrawArc(Pen, Rectangle, Single, Single) | Draws an arc representing a portion of an ellipse specified by a Rectangle structure. |
|
DrawArc(Pen, RectangleF, Single, Single) | Draws an arc representing a portion of an ellipse specified by a RectangleF structure. |
|
DrawArc(Pen, Int32, Int32, Int32, Int32, Int32, Int32) | Draws an arc representing a portion of an ellipse specified by a pair of coordinates, a width, and a height. |
|
DrawArc(Pen, Single, Single, Single, Single, Single, Single) | Draws an arc representing a portion of an ellipse specified by a pair of coordinates, a width, and a height. |
Show: