void xtd::drawing::graphics::fill_rounded_rectangle | ( | const xtd::drawing::brush & | brush, |
int32 | x, | ||
int32 | y, | ||
int32 | width, | ||
int32 | height, | ||
int32 | radius | ||
) |
Fills the interior of a rounded rectangle specified by a pair of coordinates, a width, a height, and a radius.
brush | xtd::drawing::brush that determines the characteristics of the fill. |
x | The x-coordinate of the upper-left corner of the rounded rectangle to fill. |
y | The y-coordinate of the upper-left corner of the rounded rectangle to fill. |
width | Width of the rounded rectangle to fill. |
height | Height of the rounded rectangle to fill. |
radius | The radius of the rounded rectange angles. |