TypeLibF Xojo Plugin

RectF.Contains Method

Returns true if the given x and y coordinates are within the rectangle.

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

Parameters

x
The x coordinate to test.
y
The y coordinate to test.

Returns

Boolean
True if the given point was within the rectangle else false.

Remarks

See Also

RectF Class