[]
Creates a line segment between the current point and the specified end point and adds it to the figure.
public void AddLine(PointF endPoint)
Public Sub AddLine(endPoint As PointF)
Type | Name | Description |
---|---|---|
PointF | endPoint | The end point of the line to draw. |
Creates a line segment between the current point and the specified end point and adds it to the figure.
public void AddLine(float endPointX, float endPointY)
Public Sub AddLine(endPointX As Single, endPointY As Single)