Generic function
Copies a rectangle of pixels from the specified medium to the specified pixmap.
copy-to-pixmap medium medium-x medium-y width height pixmap pixmap-x pixmap-y #key function => ()
<medium>.
<coordinate>.
<coordinate>.
<integer>.
<integer>.
<pixmap>.
<coordinate>.
<coordinate>.
<function>. Default value: $boole-1.
None
duim-graphics
duim-graphics
Copies the pixels from the medium starting at the position specified by (medium-x,medium-y) into pixmap at the position specified by (pixmap-x,pixmap-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.
If pixmap is not supplied, a new pixmap will be allocated.