draw-bitmap-section in dc<%>
Display part of a bitmap. See also
draw-bitmap.
(-> booleansenda-dcdraw-bitmap-sectionsourcedest-xdest-ysrc-xsrc-ysrc-widthsrc-heightstylecolormask)
source:bitmap%object
dest-x: real number
dest-y: real number
src-x: real number
src-y: real number
src-width: non-negative real number
src-height: non-negative real number
style='solid: symbol in'(solid opaque xor)
color=black:color%object
mask=#f:bitmap%object or#fThe
src-x,src-y,src-width, andsrc-heightarguments specify a rectangle in the source bitmap to copy into this drawing context.See
draw-bitmapfor information aboutdest-x,dest-y,style,color, andmask.