Macro
with-transformed-rect (nx1 ny1 nx2 ny2 port x1 y1 x2 y2)
&body body => result
A variable
A variable
A variable
A variable
A graphics port
A real number
A real number
A real number
A real number
A body of Lisp code
The return value of the last form executed in body
with-transformed-rect macro body, the two points (x1, y1) and (x2, y2) are transformed by the port's current transform and the resulting values bound to the variables named by the nx1 ny1 nx2 ny2 args.