Generic function
Copies a rectangle of pixels from the specified pixmap to the specified medium.
copy-from-pixmap pixmap pixmap-x pixmap-y width height medium medium-x medium-y #key function => ()
<pixmap>.
<coordinate>.
<coordinate>.
<integer>.
<integer>.
<coordinate>.
<coordinate>.
<coordinate>.
<function>. Default value: $boole-1.
None
duim-graphics
duim-graphics
Copies a rectangle of pixels from pixmap starting at the position specified by (pixmap-x,pixmap-y) into medium at the position (medium-x,medium-y). A rectangle whose width and height is specified by width and height is copied. If medium is a medium or a stream, then medium-x and medium-y are transformed by the user transformation. The copying must be done by medium-copy-copy.