AddLine(PointF,PointF) Method
In This Topic
Appends a line segment to this GraphicsPath.
Syntax
'Declaration
Public Overloads Sub AddLine( _
ByVal As PointF, _
ByVal As PointF _
)
public void AddLine(
PointF ,
PointF
)
Parameters
- point1
- A PointF that represents the starting point of the line.
- point2
- A PointF that represents the endpoint of the line.
See Also