This function deletes the Bitmap object.

[C++Builder]     BOOL IKDeleteBitmapObject(HBITMAP hBm);
[Delphi]         function IKDeleteBitmapObject(hBm: HBitmap): LongBool;

Parameters

Name Explanation
hBm The Bitmap handle

Return Value

Returns True if successful, returns False if not successful

Explanation

The IKDeleteBitmapObject function deletes the Bitmap object. Use this function when the Bitmap handle retrieved by the IKBitmapFromDib function is no longer needed.

 

The ImageKit10 VCL is a product created by Newtone Corporation