draw-image
port
image
to-x
to-y
&rest
args
&key
from-x
from-y
to-width
to-height
from-width
from-height
A graphics port.
An image.
A real number.
A real number.
A real number.
A real number.
A real number.
A real number.
A real number.
A real number.
General graphics port drawing arguments.
The
draw-image
function displays
image
on the port at
to-x
to-y
. Graphics state translation is guaranteed to be supported. Support for scaling and rotation are library dependent. The default value of
from-x
and
from-y
is 0. The
width
and
height
arguments default to the size of the image.