TypeLib Xojo support Plugin |
|
Rectangle.Contains Method
Returns true if the given x and y coordinates are within the rectangle.

Contains(
x
as Integer,
y
as Integer)
as Boolean
Parameters
- x
- The x coordinate to test.
- y
- The y coordinate to test.
Returns
- Boolean
Remarks
See Also
Rectangle Class