xtd 0.2.0
Loading...
Searching...
No Matches

◆ draw_rectangles() [2/2]

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.

Parameters
penxtd::drawing::pen that determines the color, width, and style of the outlines of the rectangles.
rectsArray of xtd::drawing::rectangle_f structures that represent the rectangles to draw.