get-translation in ps-setup%
( -> void
send a-ps-setup get-translation x y)
x : boxed real number
y : boxed real number
Gets the translation (from the bottom left corner) for PostScript output.
The x box is filled with the horizontal offset.
The y box is filled with the vertical offset.
The default is 0.0 and 0.0.
The translation is not scaled by the numbers returned from
get-scaling and the translation does not affect the size of the drawing
area.