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