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