void xtd::drawing::drawing_2d::graphics_path::add_line | ( | float | x1, |
float | y1, | ||
float | x2, | ||
float | y2 | ||
) |
Appends a line segment to this xtd::drawing::drawing_2d::graphics_path.
x1 | The x-coordinate of the starting point of the line. |
y1 | The y-coordinate of the starting point of the line. |
x2 | The x-coordinate of the endpoint of the line. |
y2 | The y-coordinate of the endpoint of the line. |