contains method

bool contains(
  1. Bounds otherBounds
)

Returns true if the rectangle contains the given one

Implementation

external bool contains(Bounds otherBounds);