rect-bounds ( rect -- loc dim )
Factor handbook » UI framework » Building user interfaces » Gadget geometry » Rectangles

Prev:rect
Next:rect-extent ( rect -- loc ext )


Vocabulary
math.rectangles

Inputs
recta rect


Outputs
loca pair of integers
dima pair of integers


Word description
Outputs the location and dimensions of a rectangle.

See also
rect-extent

Definition