Macro
with-graphics-mask (port mask mask-x mask-y &key)
&body body => result
A graphics port
A list of the form(x y width height) ornil
An integer
An integer
A body of Lisp code
The return value of the last form executed in body
with-graphics-mask macro binds themask slot of port's graphic state to a rectangular area across the execution of body. By default, mask-x and mask-y are both 0.