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