void xtd::drawing::graphics::draw_rounded_rectangle | ( | const xtd::drawing::pen & | pen, |
float | x, | ||
float | y, | ||
float | width, | ||
float | height, | ||
float | radius | ||
) |
Draws a rounded rectangle specified by a coordinate pair, a width, a height, and radius.
pen | A xtd::drawing::pen that determines the color, width, and style of the rounded rectangle. |
x | The x-coordinate of the upper-left corner of the rounded rectangle to draw. |
y | The y-coordinate of the upper-left corner of the rounded rectangle to draw. |
width | The width of the rounded rectangle to draw. |
height | The height of the rounded rectangle to draw. |
radius | The radius of the rounded rectange angles. |