CreateCompatibleBitmap
Creates a bitmap that is compatible with the specified device.
Details »
CreateSolidBrush
Creates a logical brush with the specified solid color.
Details »
DeleteObject
Deletes a logical pen, brush, or font.
Details »
GetPixel
Retrieves the red, green, blue, and luminosity (RGB) color value of the pixel at the specified coordinates.
Details »
LineTo
Draws a line from the current position to the specified point.
Details »
MoveToEx
Moves the current graphics position to the specified point.
Details »
SelectObject
Selects a logical pen, brush, bitmap, or font into a device context.
Details »
SetPixel
Sets the pixel at the specified coordinates to the specified RGB color.
Details »
TextOut
Writes a string of characters at the specified location.
Details »
GetDeviceCaps
Retrieves device-specific information for the specified device context.
Details »
PatBlt
Paints a rectangular area using the specified pattern and brush.
Details »