Creates a line segment between the current point and the specified end point and adds it to the figure.
public void AddLine(
System.Drawing.PointF
)
'Declaration
Public Overloads Sub AddLine( _
ByVal As System.Drawing.PointF _
)
Parameters
- endPoint
- The end point of the line to draw.