Returns new rectangle as defined by two locations: min (bottom-left) and max (top-right).
min
max
The rectangle size and coordinates are limited to valid map coordinates, see GetWorldBounds.
GetWorldBounds
You can't create your own rectangle that would match the dimensions of GetWorldBounds. The maxX and maxY will be smaller by 32.0 than that of the world bounds.
32.0
See: Rect, RemoveRect, GetWorldBounds.
Rect
RemoveRect
Generated using TypeDoc
Returns new rectangle as defined by two locations:
min
(bottom-left) andmax
(top-right).The rectangle size and coordinates are limited to valid map coordinates, see
GetWorldBounds
.