Fills the interior of an ellipse using the specified brush.
brush
The brush used to fill the ellipse's interior.
x
The x-coordinate of the upper-left corner of the ellipse bounding rectangle.
y
The y-coordinate of the upper-left corner of the ellipse bounding rectangle.
width
Width of the ellipse bounding rectangle.
height
Height of the ellipse bounding rectangle.
FillEllipse(Brush,float,float,float,float) fills the interior of an ellipse with a Brush. The ellipse is defined by the bounding rectangle represented by (x, y, width, height) parameters.