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