Generic function
Draws the contents of the specified pixmap at the specified point.
draw-pixmap drawable pixmap x y #key function => ()
draw-pixmap* drawable pixmap point #key function => ()
type-union(<sheet>, <medium>).
<pixmap>.
<function>. Default value: $boole-1.
The following arguments are specific to draw-pixmap.
<real>.
<real>.
The following argument is specific to draw-pixmap*.
<transform>.
duim-graphics
duim-graphics
Draws the contents of pixmap on drawable at (x,y).
The function draw-pixmap* is identical to draw-pixmap, 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.