| Arc |
| | Draws an elliptical arc |
| Blur |
| | Blurring image |
| Brightness |
| | Adjusts image brightness |
| Contrast |
| | Adjusts image contrast |
| Chord |
| | Draws a chord (a region bounded by the intersection of an ellipse and a line segment) |
| CreateBrush |
| | Creates a brush for shapes filling that has the specified style, color, and pattern |
| CreateImage |
| | Creates an image |
| CreateFont |
| | Creates a font that has specific characteristics |
| CreatePen |
| | Creates a pen that has the specified style, width, and color. The pen is used to draw lines and curves |
| Curve |
| | Draws curve line passing through all specified points |
| GetPixel |
| | Gets the color of pixel at the specified coordinates |
| GetTextDimensions |
| | Obtains size of bounding rectangle of the text string, using the currently created font |
| GrayScale |
| | Performs grayscaling of the image |
| GradientRect |
| | Fills the rectangular area by gradient changed colors (fountain fill) |
| Ellipse |
| | Draws an ellipse |
| ExtFloodFill |
| | Fills an area of the image with the current brush |
| FillRect |
| | Fills a rectangle using the current brush |
| Flip |
| | Flips the image |
| Invert |
| | Inverts colors in the image |
| Line,VBALine |
| | Draws a line using current pen |
| Pie |
| | Draws a pie |
| PolyBezier |
| | Draws one or more Bezier curves |
| PolyLine |
| | Draws a series of line segments by connecting the points in the specified array |
| Rectangle |
| | Draws a rectangle |
| RoundRect |
| | Draws a rectangle with rounded corners |
| Sharpen |
| | Sharpening image |
| SetBgColor |
| | Creates a solid brush with given color |
| SetBkColor |
| | Sets the current background color to the specified color value |
| SetBkMode |
| | Sets the background mix mode |
| SetBrushImage |
| | Sets the image for custom brush |
| SetColor |
| | Sets the specified color |
| SetDrawColor |
| | Creates a solid pen one pixel width with given color |
| SetGraphicsMode |
| | Sets the graphics mode for coordinate space transformations |
| SetPixel |
| | Sets the pixel at the specified coordinates to the specified color |
| SetTextAlign |
| | Sets the text align |
| SetTextColor |
| | Sets the text color |
| SetTransformation |
| | Sets a two-dimensional linear transformation of the coordinate space |
| TextOut |
| | Writes a character string at the specified location, using the currently created font |
| ApplyPalette |
| | Change the image in the active imagespace, so the image will match the defined palette. |
| BuildPalette |
| | Rebuilds image palette to produce accurate picture with anti-alias effect |
| CaptureScreen |
| | Performs a capture of the data corresponding to a rectangle of pixels from the Windows screen into an active imagespace |
| ChangePaletteSize |
| | Changes the size of current image color table |
| GifImage |
| | Writes the image to GIF format |
| GifPartialImage |
| | Writes the part of image to GIF format |
| JpegImage |
| | Writes the whole image or its part to JPEG format |
| PngImage |
| | Writes the whole image or its part to PNG format |
| ReadImage |
| | Reads an image file in GIF, JPEG, BMP, WMF, PNG format |
| WbmpImage |
| | Writes the image to Wireless Bitmap (WBMP) format |
| WebPalette |
| | Rebuilds the image according to "orthogonal" palette being used by Web browsers |