void xtd::drawing::graphics::fill_rectangles | ( | const xtd::drawing::brush & | brush, |
const std::vector< xtd::drawing::rectangle > & | rects | ||
) |
Fills the interiors of a series of rectangles specified by xtd::drawing::rectangle structures.
brush | xtd::drawing::brush that determines the characteristics of the fill. |
rects | Array of xtd::drawing::rectangle structures that represent the rectangles to fill. |