with-pixmap-graphics-port (port pane width height
&key background collect relative clear )
&body body ) => result
A graphic port
An output pane
An integer
An integer
A color keyword
A boolean
A boolean
A list or
t
A body of Lisp code
The
with-pixmap-graphics-port
macro binds
port
to a new pixmap graphics-port.
pane
and the other arguments are passed to
create-pixmap-port
. The
body
is then evaluated. The port is destroyed when
body
returns.