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

◆ add_rounded_rectangle() [3/4]

void xtd::drawing::drawing_2d::graphics_path::add_rounded_rectangle ( int32  x,
int32  y,
int32  width,
int32  height,
float  radius 
)

Adds a rounded rectangle to this path.

Parameters
xThe x-coordinate of the upper-left corner of the rounded rectangle.
yThe y-coordinate of the upper left corner of the rounded rectangle.
widthThe width of the rounded rectangle.
heightThe height of the rounded rectangle.
radiusThe radius of the rounded rectange angles.