LineShape Constructor(Point,Point)
Creates a new line shape.
'Declaration
Public Function New( _
ByVal As Point, _
ByVal As Point _
)
'Usage
Dim startPoint As Point
Dim endPoint As Point
Dim instance As New LineShape(startPoint, endPoint)
Parameters
- startPoint
- Start point of line
- endPoint
- End point of line