FunctionPackage: cgToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version

make-box-relative

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.


Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.

ToCDocOverviewCGDocRelNotesFAQIndexPermutedIndex
Allegro CL version 10.1
Unrevised from 10.0 to 10.1.
10.0 version