AddLine(Single,Single) Method
Creates a line segment between the current point and the specified end point and adds it to the figure.
public void AddLine(
System.float ,
System.float
)
'Declaration
Public Overloads Sub AddLine( _
ByVal As System.Single, _
ByVal As System.Single _
)
Parameters
- endPointX
- The x-coordinate of the end point of the line to draw.
- endPointY
- The y-coordinate of the end point of the line to draw.