Next Previous Up Top Contents Index

2.3 DUIM-Geometry Module

box-width

Function

Summary

Returns the width of the bounding box of a region.

Signature

box-width region => width

Arguments

region
An instance of type <region>.

Values

width
An instance of type <integer>.

Library

duim-geometry

Module

duim-geometry

Description

Returns the width of the bounding box region. The width of a bounding box is the difference between its maximum x coordinate (right) and its minimum x coordinate (left).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-size, page 19


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index