void xtd::drawing::drawing_2d::graphics_path::add_line | ( | const xtd::drawing::point_f & | pt1, |
const xtd::drawing::point_f & | pt2 | ||
) |
Appends a line segment to this xtd::drawing::drawing_2d::graphics_path.
pt1 | A xtd::drawing::point_f that represents the starting point of the line. |
pt2 | A xtd::drawing::point_f that represents the endpoint of the line. |