Next Previous Up Top Contents Index

2.3 DUIM-Geometry Module

box-bottom

Function

Summary

Returns the y coordinate of the bottom right corner of the bounding box of a region.

Signature

box-bottom region => bottom

Arguments

region
An instance of type <region>.

Values

bottom
An instance of type <integer>.

Library

duim-geometry

Module

duim-geometry

Description

Returns the y coordinate of the bottom right corner of the bounding box of region. The argument region must be either a bounded region or some other object that obeys the bounding box protocol.

See also

box-left, page 17

box-right, page 18

box-top, page 20


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index