encloses()
Report whether this object completely contains another.
group.encloses(other)
Parameters
group.encloses(other)
| Parameter | Type | Default | Description |
|---|---|---|---|
other |
Drawable |
required | The other object to test against. |
Returns
return otherIsInside
| Value | Type | Description |
|---|---|---|
| otherIsInside | bool |
True if the other object lies entirely inside this one, False otherwise. |