void xtd::drawing::drawing_2d::graphics_path::add_rounded_rectangle | ( | const xtd::drawing::rectangle_f & | rect, |
float | radius | ||
) |
Adds a rounded rectangle to this path.
rect | A xtd::drawing::rectangle that represents the rounded rectangle to add. |
radius | The radius of the rounded rectange angles. |