Next Previous Up Top Contents Index

2.3 DUIM-Geometry Module

set-box-edges

Generic function

Summary

Sets the edges of a box and returns the bounding box.

Signature

set-box-edges box left top right bottom => box

Arguments

box
An instance of type <bounding-box>.

left
An instance of type <integer>.

top
An instance of type <integer>.

right
An instance of type <integer>.

bottom
An instance of type <integer>.

Values

box
An instance of type <bounding-box>.

Library

duim-geometry

Module

duim-geometry

Description

Sets the edges of a box and returns the bounding box box. This might destructively modify box or it might not, depending on what class box is.


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index