void xtd::drawing::drawing_2d::graphics_path::add_ellipse | ( | float | x, |
float | y, | ||
float | width, | ||
float | height | ||
) |
Adds an ellipse to the current path.
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 | The width of the bounding rectangle that defines the ellipse. |
height | The height of the bounding rectangle that defines the ellipse. |