make-box-relative

Function

Package: common-graphics

Arguments: left top width height

Makes and returns a box of width width and height height which has its top left corner at the position defined by left and top. Equivalent to

(make-box left top (+ left width) (+ top height))

See also the description of the class box and other box constructors like make-box, make-box-from-corners, and make-box-relative-from-corner.

Common Graphics and IDE documentation is described in About Common Graphics and IDE documentation in cgide.htm.

The documentation is described in introduction.htm and the index is in index.htm.

Copyright (c) 1998-2000, Franz Inc. Berkeley, CA., USA. All rights reserved.

Created 2000.10.5.