TypeLibF Xojo Plugin

LineF.Contains Method

Returns true if the given coordinates is within the line.

Contains(
   x as Double,
   y as Double,
   zone as Double) as Boolean

Parameters

x
The x coordinate to test.
y
The y coordinate 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