Next Previous Up Top Contents Index

2.3 DUIM-Geometry Module

box-size

Generic function

Summary

Returns the width and height of the bounding box of a region as two values

Signature

box-size region => width height

Arguments

region
An instance of type <region>.

Values

width
An instance of type <integer>.

height
An instance of type <integer>.

Library

duim-geometry

Module

duim-geometry

Description

Returns the width and height of the bounding box of region as two values The argument region must be either a bounded region or some other object that obeys the bounding box protocol, such as a sheet.

See also

box-height, page 16

box-position, page 17

box-width, page 20


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index