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

◆ add_ellipse() [3/4]

void xtd::drawing::drawing_2d::graphics_path::add_ellipse ( int32  x,
int32  y,
int32  width,
int32  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.