xtd 0.2.0
Loading...
Searching...
No Matches

◆ add_ellipse() [4/4]

void xtd::drawing::drawing_2d::graphics_path::add_ellipse ( float  x,
float  y,
float  width,
float  height 
)

Adds an ellipse to the current path.

Parameters
xThe x-coordinate of the upper-left corner of the bounding rectangle that defines the ellipse.
yThe y-coordinate of the upper left corner of the bounding rectangle that defines the ellipse.
widthThe width of the bounding rectangle that defines the ellipse.
heightThe height of the bounding rectangle that defines the ellipse.