void xtd::drawing::graphics::fill_rectangle | ( | const xtd::drawing::brush & | brush, |
const xtd::drawing::rectangle_f & | rect | ||
) |
Fills the interior of a 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 rectangle to fill. |