TypeLibF Xojo Plugin
RectF.Contains Method
Returns true if the given point is within the rectangle.
Contains(
pt
as
PointF
)
as
Boolean
Parameters
pt
The point to test.
Returns
Boolean
True if the given point was within the rectangle else false.
Remarks
See Also
RectF Class