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)
GetDpiFromHdc Retrieves the resolution from the device context
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
GetPaletteFromImage Retrieves the palette information for a raster image
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)
SetPalette Sets the palette information for the raster image
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

 

Differences from ImageKit7/8/9 ActiveX
Methods that have been changed:
GetPalette --> GetPaletteFromImage
SetPalette --> SetPaletteToImage

 

The ImageKit10 VCL is a product created by Newtone Corporation