Method AddLineTo
AddLineTo(PointD)
Appends a line segment to this GraphicsPath.
public void AddLineTo(PointD pt)
Parameters
Remarks
This method adds the line segment defined by the specified point to the end of this GraphicsPath. If there are no previous lines or curves in the GraphicsPath, a line segment is drawn for the (0, 0) point.