getMapRect method

Rect getMapRect()

Implementation

Rect getMapRect() {
  return Rect.fromLTWH(
    getMapPosition().x,
    getMapPosition().y,
    getMapSize().x,
    getMapSize().y,
  );
}