Displays a bitmap. For color bitmaps, the drawing style and color arguments are ignored. For monochrome bitmaps, draw-bitmap uses the style and color arguments in the same way that a brush uses its style and color settings to draw a monochrome stipple (see brush% for more information).
See also draw-bitmap-section.
The current brush, current pen, and current text settings for the DC have no effect on how the bitmap is drawn.
The xdest and ydest arguments are in DC coodinates and may be scaled, but the source bitmap is never scaled as it is copied. Thus, if the DC has a scaling factor of 2, the destination width in DC units is width/2.
Restrictions on the magnitude of drawing coordinates are described with dc<%>.