Skip to main content
A newer version of this page is available. .

GraphicsCache.FillEllipse Method

Name Parameters Description
FillEllipse(Color, Rectangle) color, rect Fills the interior of an ellipse defined by a bounding rectangle specified by a Rectangle structure.
FillEllipse(Color, RectangleF) color, rect Fills the interior of an ellipse defined by a bounding rectangle specified by a RectangleF structure.
FillEllipse(Int32, Int32, Int32, Int32, Color) x, y, width, height, color Fills the interior of an ellipse defined by a bounding rectangle specified by a pair of coordinates, a width, and a height.
FillEllipse(Single, Single, Single, Single, Color) x, y, width, height, color Fills the interior of an ellipse defined by a bounding rectangle specified by a pair of coordinates, a width, and a height.