(send a-dc draw-bitmap-section source xdest ydest xsrc ysrc width height style color) -> boolean
source : bitmap% object
xdest : real number
ydest : real number
xsrc : real number
ysrc : real number
width : non-negative real number
height : non-negative real number
style = 'solid : symbol in '(solid opaque xor)
color = black : color% object
The xsrc, xsrc, width, and height arguments
specify a rectangle in the source bitmap to copy to this device
context.
See
draw-bitmapfor information about xdest, ydest, style and color.