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