| Custom Methods | Explanation |
|---|---|
| BitBlt | 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 |
| BitmapFromDib | Converts the image data from a Device Independent Bitmap (DIB) to a Device Dependent Bitmap (DDB) |
| ClearClipBrd | Clears the clipboard |
| CopyImage | Makes an identical copy of a raster image or a vector image in the memory |
| CreateImage | Creates a new raster image |
| DeleteBitmapObject | Deletes the Bitmap object |
| DibFromBitmap | Converts a Device Dependent Bitmap to a Device Independent Bitmap |
| Display | Displays the image. This method has been deprecated. |
| DisplayImage | Displays the image |
| FreeMemory | Frees image data from the memory |
| GetDpi | Retrieves the value of resolution property of an image. (Integer) |
| GetDpiF | Retrieves the value of resolution property of an image. (Float) |
| GetDpiVariant | Retrieves the value of resolution property of an image. (Variant) |
| GetDpiFromHdc | Retrieves the resolution from the device context |
| GetDpiFromHdcVariant | Retrieves the resolution from the device context (variant type) |
| GetFromClipBrd | Retrieves the raster image or the vector image from the clipboard |
| GetImageType | Sets the image information into various ImageKit properties |
| GetMemorySize | Retrieves the size of the memory used by the image |
| GetOneBitPalCount | Retrieves the number of 0 pixels and 1 pixels from a 1 bit color image |
| GetOneBitPalCountVariant | Retrieves the number of 0 pixels and 1 pixels from a 1 bit color image (variant type) |
| GetPalette | Retrieves the palette information for a raster image |
| GetPaletteVariant | Retrieves the palette information for a raster image (variant type) |
| GetSystemPalette | Retrieves the system palette from the current PC |
| IsClipBrdData | Checks whether or not there is clipboard data |
| Refresh | Redisplays the image on the ImageKit Control |
| ScrollImage | Scrolls the image according to the values set in the ScrollHeight and ScrollWidth properties |
| SetDpi | Sets a new value in the resolution property of an image. (Integer) |
| SetDpiF | Sets a new value in the resolution property of an image. (Float) |
| SetPalette | Sets the palette information for the raster image |
| SetPaletteVariant | Sets the palette information for the raster image (variant type) |
| SetToClipBrd | Copies a raster image or a vector image to the clipboard |
| StretchBlt | Copies a bitmap from a source rectangle into a destination rectangle, stretching or compressing the bitmap to fit the dimensions of the destination rectangle, if necessary |
| Zoom | Zooms in on the area specified in the image |