Function
set-graphics-port-coordinates port &key left top right
bottom =>
A graphics port
A real number
A real number
A real number
A real number
set-graphics-port-coordinates function modifies the transform of the port is permanently such that the edges of the port correspond to the values of the arguments.
(set-graphics-port-coordinates port :left -1.0
:top 1.0
:right 1.0
:bottom -1.0)