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

Function RemoveRect

Line
2398
Location
common.j
Constant?
no
Type
native
Arguments
rect whichRect
Returns
nothing
2398
native RemoveRect               takes rect whichRect 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