Next Previous Up Top Contents Index

2.3 DUIM-Geometry Module

box-left

Function

Summary

Returns the x coordinate of the upper left corner of the bounding box of a region.

Signature

box-left region => left

Arguments

region
An instance of type <region>.

Values

left
An instance of type <integer>.

Library

duim-geometry

Module

duim-geometry

Description

Returns the x coordinate of the upper left corner of the bounding box region. 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-bottom, page 14

box-right, page 18

box-top, page 20


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index