void xtd::drawing::graphics::draw_lines | ( | const xtd::drawing::pen & | pen, |
const std::vector< xtd::drawing::point_f > & | points | ||
) |
Draws a series of line segments that connect an array of xtd::drawing::point_f structures.
pen | xtd::drawing::pen that determines the color, width, and style of the line segments. |
points | Array of xtd::drawing::point_f structures that represent the points to connect. |