| Allegro CL version 8.1 Unrevised from 8.0 to 8.1. 8.0 version |
Arguments: (stream box) &body body
Sets the clipping box for stream to box for the evaluation of body, and then restores the clipping box to its original value. unwind-protect is used to ensure that the clipping box is restored. See clipping-box.
box should either be a box (see make-box) to establish clipping, or
else nil
to remove all
clipping. stream should be a cg-stream
.
Copyright (c) 1998-2009, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 8.1. This page was not revised from the 8.0 page.
Created 2009.7.29.
| Allegro CL version 8.1 Unrevised from 8.0 to 8.1. 8.0 version |