void xtd::drawing::graphics::draw_rectangles | ( | const xtd::drawing::pen & | pen, |
const std::vector< xtd::drawing::rectangle > & | rects | ||
) |
Draws a series of rectangles specified by xtd::drawing::rectangle structures.
pen | xtd::drawing::pen that determines the color, width, and style of the outlines of the rectangles. |
rects | Array of xtd::drawing::rectangle structures that represent the rectangles to draw. |