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.
x | The x-coordinate of the upper-left corner of the rounded rectangle. |
y | The y-coordinate of the upper left corner of the rounded rectangle. |
width | The width of the rounded rectangle. |
height | The height of the rounded rectangle. |
radius | The radius of the rounded rectange angles. |