void xtd::drawing::drawing_2d::graphics_path::add_lines | ( | const std::vector< xtd::drawing::point > & | points | ) |
Appends a series of connected line segments to the end of this xtd::drawing::drawing_2d::graphics_path.
points | An array of xtd::drawing::point structures that represents the points that define the line segments to add. |