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

Prev:rect-bounds ( rect -- loc dim )
Next:<zero-rect> ( -- rect )


Vocabulary
math.rectangles

Inputs
recta rect


Outputs
loca pair of integers
exta pair of integers


Word description
Outputs the location of the top-left and bottom-right corners of a rectangle.

See also
rect-bounds

Definition