overlaps method

bool overlaps(
  1. Bounds otherBounds
)

Returns true if the rectangle overlaps the given bounds. Two bounds overlap if their intersection is an area.

Implementation

external bool overlaps(Bounds otherBounds);