FillEllipse(Brush, RectangleF)
|
brush, rect
|
Fills the interior of an ellipse defined by a bounding rectangle specified by a RectangleF structure.
|
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.
|