containsBoundable

open infix override fun containsBoundable(boundable: Boundable): Boolean

Tells whether this boundable contains the other boundable. A Boundable contains another if the other boundable's bounds are within this one's. (If their bounds are the same it is considered a containment).

Sources

(source)
Link copied to clipboard