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

◆ add_rounded_rectangle() [4/4]

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