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.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

NameDescription
System_CAPS_pubmethodFillEllipse(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.

System_CAPS_pubmethodFillEllipse(Brush^, Rectangle)

Fills the interior of an ellipse defined by a bounding rectangle specified by a Rectangle structure.

System_CAPS_pubmethodFillEllipse(Brush^, RectangleF)

Fills the interior of an ellipse defined by a bounding rectangle specified by a RectangleF structure.

System_CAPS_pubmethodFillEllipse(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.

Return to top
Show: