Macro
nil. without-relative-drawing (port) &body body => result
A graphic port
A body of Lisp code
The return value of the last form executed in body
with-relative-drawing macro evaluates the code in body with the relative and collect internal variables of the pixmap graphics port port set tonil to turn off the port's collecting of drawing bounds and automatic shifting of its origins. Use this macro only within awith-pixmap-graphics-port macro.