void xtd::drawing::graphics::draw_rounded_rectangle | ( | const xtd::drawing::pen & | pen, |
const xtd::drawing::rectangle_f & | rect, | ||
float | radius | ||
) |
Draws a rounded rectangle specified by a xtd::drawing::rectangle_f structure, and radius.
pen | A xtd::drawing::pen that determines the color, width, and style of the rounded rectangle. |
rect | A xtd::drawing::rectangle_f structure that represents the rounded rectangle to draw. |
radius | The radius of the rounded rectange angles. |