The search keyword must be a single word (no spaces).

Function SetRect

Line
2399
Location
common.j
Constant?
no
Type
native
Arguments
rect whichRect, real minx, real miny, real maxx, real maxy
Returns
nothing
2399
native SetRect                  takes rect whichRect, real minx, real miny, real maxx, real maxy returns nothing
2400
native SetRectFromLoc           takes rect whichRect, location min, location max returns nothing
2401
native MoveRectTo               takes rect whichRect, real newCenterX, real newCenterY returns nothing
2402
native MoveRectToLoc            takes rect whichRect, location newCenterLoc returns nothing
2403
2404
native GetRectCenterX           takes rect whichRect returns real