AddLine(Single,Single) Method
In This Topic
Creates a line segment between the current point and the specified end point and adds it to the figure.
Syntax
'Declaration
Public Overloads Sub AddLine( _
ByVal As System.Single, _
ByVal As System.Single _
)
public void AddLine(
System.float ,
System.float
)
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.
See Also