void xtd::drawing::graphics::fill_rounded_rectangle | ( | const xtd::drawing::brush & | brush, |
const xtd::drawing::rectangle_f & | rect, | ||
float | radius | ||
) |
Fills the interior of a rounded rectangle specified by a xtd::drawing::rectangle_f structure.
brush | xtd::drawing::brush that determines the characteristics of the fill. |
rect | xtd::drawing::rectangle_f structure that represents the rounded rectangle to fill. |
radius | The radius of the rounded rectange angles. |