.NET Framework Class Library
Graphics..::.FillEllipse Method
Fills the interior of an ellipse defined by a bounding rectangle specified by a pair of coordinates, a width, and a height.
|
| Name | Description |
|---|
.gif) .gif) | FillEllipse(Brush, Rectangle) | Fills the interior of an ellipse defined by a bounding rectangle specified by a Rectangle structure. |
.gif) | FillEllipse(Brush, RectangleF) | Fills the interior of an ellipse defined by a bounding rectangle specified by a RectangleF structure. |
.gif) .gif) | FillEllipse(Brush, Int32, Int32, Int32, Int32) | Fills the interior of an ellipse defined by a bounding rectangle specified by a pair of coordinates, a width, and a height. |
.gif) | FillEllipse(Brush, Single, Single, Single, Single) | Fills the interior of an ellipse defined by a bounding rectangle specified by a pair of coordinates, a width, and a height. |
Top
Reference