Graphics.DrawEllipse Method
.NET Framework 3.0
Draws an ellipse defined by a bounding rectangle specified by a pair of coordinates, a height, and a width.
| Name | Description |
|---|---|
| Graphics.DrawEllipse (Pen, Rectangle) | Draws an ellipse specified by a bounding Rectangle structure. Supported by the .NET Compact Framework. |
| Graphics.DrawEllipse (Pen, RectangleF) | Draws an ellipse defined by a bounding RectangleF. |
| Graphics.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. Supported by the .NET Compact Framework. |
| Graphics.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. |
Community Additions
ADD
Show: