Graphics::DrawEllipse Method
.NET Framework (current version)
Draws an ellipse defined by a bounding rectangle specified by a pair of coordinates, a height, and a width.
Assembly: System.Drawing (in System.Drawing.dll)
| Name | Description | |
|---|---|---|
![]() | DrawEllipse(Pen^, Int32, Int32, Int32, Int32) | Draws an ellipse defined by a bounding rectangle specified by coordinates for the upper-left corner of the rectangle, a height, and a width. |
![]() | 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^, Single, Single, Single, Single) | Draws an ellipse defined by a bounding rectangle specified by a pair of coordinates, a height, and a width. |
Show:
