| Allegro CL version 8.2 Minimal update since 8.2 release. 8.1 version |
Arguments: stream
Returns a box representing the whole page of
stream, relative to the current origin. This is
the entire area that can be drawn onto or scrolled into the visible
area. stream should be a cg-stream
.
If the stream-origin of a window has not been changed from its usual position at 0, 0, then the left and top of the page-box will each be zero, and the right and bottom will be the page-width and page-height of the window. Otherwise the origin position is subtracted from that box to obtain the page-box.
See also npage-box.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Minimal update since 8.2 release. 8.1 version |