This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5
Other versions are also available for the following:
.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.

Overload List
|
| 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

See Also