draw-bitmap-section in dc<%>
Display part of a bitmap. See also
draw-bitmap.
( -> boolean
send a-dc draw-bitmap-section source xdest ydest xsrc ysrc width height style color mask)
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 = : symbol in 'solid'(solid opaque xor)
color = : blackcolor% object
mask = : #fbitmap% object or #f
The xsrc, xsrc, width, and height arguments
specify a rectangle in the source bitmap to copy to this drawing
context.
See
draw-bitmap for information about xdest, ydest, style,
color, and mask.