Next:
set-font
Up:
wx:dc
Previous:
set-colour-map
set-device-origin
Sets the device origin, i.e., the location in device coordinates of (0, 0) in logical coordinates.
(send
a-wx:dc
set-device-origin
x
y
)
->
void
x
:
inexact real
y
:
inexact real
PLT