Checks whether this Rectangle entirely contains
the Rectangle
at the specified location (X,Y) with the
specified dimensions (W,H).
X | the specified X coordinate | |
Y | the specified Y coordinate | |
W | the width of the Rectangle | |
H | the height of the Rectangle |
true if the Rectangle specified by
(X, Y, W, H)
is entirely enclosed inside this Rectangle;
false otherwise.
Diagram: Rectangular Shapes