Checks whether or not this Rectangle contains the
point at the specified location (x,y).
x | the specified X coordinate | |
y | the specified Y coordinate |
true if the point
(x,y) is inside this
Rectangle;
false otherwise.
Diagram: Rectangular Shapes