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