TypeLibF Xojo Plugin

LineF.Intersects Method

Returns true if the line intersects with the other given line and also gives information on where the two lines crossed.

Intersects(
   ln as LineF,
   pt as PointF) as Boolean

Parameters

ln
The line to test
pt
This parameter can be nil. If this parameter is not nil then the PointF variable will be filled with location of where the lines crossed.

Returns

Boolean

Remarks

See Also

LineF Class