Skip to content

encloses()

Report whether this object completely contains another.

dropdownlist.encloses(other)

Parameters

dropdownlist.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.