Generic function
Draws the specified image at the specified position.
draw-image drawable image x y => ()
draw-image* drawable image point => ()
The following arguments are specific to draw-image.
<real>.
<real>.
The following argument is specific to draw-image*.
<transform>.
duim-graphics
duim-graphics
Draws image on drawable at (x,y).
The function draw-image* is identical to draw-image, except that it passes composite objects, rather than separate coordinates, in its arguments. You should be aware that using this function may lead to a loss of performance.