Next Previous Up Top Contents Index

2.3 DUIM-Geometry Module

box-height

Function

Summary

Returns the height of the bounding box of a region.

Signature

box-height region => height

Arguments

region
An instance of type <region>.

Values

height
An instance of type <integer>.

Library

duim-geometry

Module

duim-geometry

Description

Returns the height of the bounding box region. The height of a bounding box is the difference between the maximum y coordinate and its minimum y coordinate. The argument region must be either a bounded region or some other object that obeys the bounding box protocol.

See also

box-position, page 17

box-size, page 19

box-width, page 20


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index