Page 33 Table of Contents Index Page 35
Chapters
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30
A, B, C, D, E



CHAPTER 4. BOUNDING RECTANGLES

=> bounding-rectangle-size region [Generic Function]
Returns the width, height, or size (as two values, the width and height) of the bounding rectangle
of region, respectively. The argument region must be either a bounded region or some other object
that obeys the bounding rectangle protocol.

The width of a bounding rectangle is the difference between its maximum x coordinate and its
minimum x coordinate. The height is the difference between the maximum y coordinate and its
minimum y coordinate.


Page 33 Table of Contents Index Page 35
Chapters
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30
A, B, C, D, E