Macro
with-inverse-graphics (port) &body body => result
A graphic port
A body of Lisp code
The return value of the last form executed in body
with-inverse-graphics macro ensures that all drawing function calls to port within the body of the macro are executed with theforeground andbackground slots of the graphics state of the port swapped around.