Fills the interior of an ellipse defined by a bounding rectangle specified by a pair of coordinates, a width, and a height.
- Parameters
-
brush | xtd::drawing::brush that determines the characteristics of the fill. |
x | The x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse. |
y | The y-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse. |
width | Width of the bounding rectangle that defines the ellipse. |
height | Height of the bounding rectangle that defines the ellipse. |