TypeLibF Xojo Plugin

LineF.Contains Method

Returns true if the given point is within the line.

Contains(
   pt as PointF,
   zone as Double) as Boolean

Parameters

pt
The point to test.
zone
Since width of a line is undefined then this zone parameter defines the with of the hit-test zone to test the line.

Returns

Boolean

Remarks

See Also

LineF Class