overlaps

open fun overlaps(@NonNull other: Rect): Boolean

Check whether this Rect overlaps another Rect in some way.

Return

whether this Rect overlaps the other Rect in some way

Parameters

other

the other Rect to check