TypeLibF Xojo Plugin

LineF.Constructor Constructor

A constructor which takes two PointF points as parameters to define the line.

Constructor(
   pt1 as PointF,
   pt2 as PointF)

Parameters

pt1
The first point to define the line.
pt2
The second point to define the line.

Remarks

See Also

LineF Class