LineF.Constructor Constructor
A constructor which takes x1, y1, x2 and y2 coordinates as a parameters.

Constructor(
x1
as Double,
y1
as Double,
x2
as Double,
y2
as Double)
Parameters
- x1
- The x1 coordinate of the line.
- y1
- The y1 coordinate of the line.
- x2
- The x2 coordinate of the line.
- y2
- The y2 coordinate of the line.
Remarks
See Also
LineF Class