void xtd::drawing::graphics::draw_polygon | ( | const xtd::drawing::pen & | pen, |
const std::vector< xtd::drawing::point > & | points | ||
) |
Draws a polygon defined by an array of xtd::drawing::point structures.
pen | xtd::drawing::pen that determines the color, width, and style of the polygon. |
points | Array of xtd::drawing::point structures that represent the vertices of the polygon. |