TypeLib Xojo support Plugin
Rect.Contains Method
Returns true if the given point is within the rectangle.
Contains(
pt
as
Point
)
as
Boolean
Parameters
pt
The point to test.
Returns
Boolean
Remarks
See Also
Rect Class