Next Previous Up Top Contents Index

2.3 DUIM-Geometry Module

box-position

Generic function

Summary

Returns the position of the bounding box of a region as two values.

Signature

box-position region => x y

Arguments

region
An instance of type <region>.

Values

x
An instance of type <integer>.

y

Library

duim-geometry

Module

duim-geometry

Description

Returns the position of the bounding box of region as two values. The position of a bounding box is specified by its top left point.

See also

box-height, page 16

box-size, page 19

box-width, page 20


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index