Macro
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 ort
A body of Lisp code
The return value of the last form executed in body
with-pixmap-graphics-port macro binds port to a new pixmap graphics-port. pane and the other arguments are passed tocreate-pixmap-port. The body is then evaluated. The port is destroyed when body returns.