Tests whether this rectangle entirely contains another rectangle.
Syntax
rect.contains( another_rect )
Parameters
Parameter | Description |
---|---|
another_rect | Another rectangle |
Returns
Boolean
Tests whether this rectangle entirely contains another rectangle.
rect.contains( another_rect )
Parameter | Description |
---|---|
another_rect | Another rectangle |
Boolean