Next Previous Up Top Contents Index

2.3 DUIM-Geometry Module

set-box-size

Generic function

Summary

Sets the size (width and height) of the bounding box box.

Signature

set-box-size box width height => box

Arguments

box
An instance of type <bounding-box>.

width
An instance of type <integer>.

height
An instance of type <integer>

Values

box
An instance of type <bounding-box>.

Library

duim-geometry

Module

duim-geometry

Description

Sets the size (width and height) of the bounding box box.


Functional Developer Library Reference: DUIM - 3 Dec 1998

Next Previous Up Top Contents Index