2.3.1 Bitmap Record Types
This section defines the Bitmap Record Types, which specify records that manage and output bitmaps.
The following are the Bitmap Record Types.
Name |
Section |
Description |
---|---|---|
META_BITBLT |
Specifies the transfer of a block of pixels according to a raster operation. |
|
META_DIBBITBLT |
Specifies the transfer of a block of pixels in device-independent format according to a raster operation. |
|
META_DIBSTRETCHBLT |
Specifies the transfer of a block of pixels in device-independent format according to a raster operation, with possible expansion or contraction. |
|
META_SETDIBTODEV |
Sets a block of pixels in the playback device context using device-independent color data. |
|
META_STRETCHBLT |
Specifies the transfer of a block of pixels according to a raster operation, with possible expansion or contraction. |
|
META_STRETCHDIB |
Specifies the transfer of color data from a block of pixels in device-independent format according to a raster operation, with possible expansion or contraction. |