SetRect
- Parameters
whichRect rectminx realminy realmaxx realmaxy real- comment
Changes a rectangle's minimum and maximum points that define it.
The rectangle size and coordinates are limited to valid map coordinates, see
GetWorldBounds.- bug
You can't create your own rectangle that would match the dimensions of
GetWorldBounds. The maxX and maxY will be smaller by32.0than that of the world bounds.- note
See:
Rect,SetRectFromLoc,MoveRectTo,MoveRectToLoc.- patch
1.00
- Source
- common.j (suggest an edit or discuss on Github)
- return type
nothing- Source code
native SetRect takes rect whichRect, real minx, real miny, real maxx, real maxy returns nothing