INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- The 'BitBlt' procedure performs a bit-block transfer of the color data
-- corresponding to a rectangle of pixels from the specified source device
-- context into a destination device context.
-- The `CreateCompatibleBitmap' function creates a bitmap compatible
-- with the device that is associated with the specified device context.
-- The `GetPixel' function retrieves the red, green, blue (RGB) color value
-- of the pixel at the specified coordinates.
-- The `LoadBitmap' function loads the specified bitmap resource
-- from a module's executable file.
-- The 'PatBlt' procedure paints the given rectangle using the brush
-- that is currently selected into the specified device context.
-- The brush color and the surface color(s) are combined by using
-- the given raster operation.
-- The `SetPixel' function sets the pixel at the specified
-- coordinates to the specified color.
-- The 'StretchDIBits' function copies the color data for a rectangle
-- of pixels in a device-independent bitmap (DIB) to the specified
-- destination rectangle. If the destination rectangle is larger than
-- the source rectangle, this function stretches the rows and columns
-- of color data to fit the destination rectangle. If the destination
-- rectangle is smaller than the source rectangle, this function
-- compresses the rows and columns by using the specified raster
-- operation.
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |