This function deletes the Bitmap object.

[C++Builder/Visual C++]     BOOL IKDeleteBitmapObject(HBITMAP hBm);
[Delphi]         function IKDeleteBitmapObject(hBm: HBitmap): LongBool;
[Visual Basic]   Function IKDeleteBitmapObject(ByVal hBm As Long) As Long

Parameters

Name Explanation
hBm The Bitmap handle

Return Value

Returns True (nonzero) if successful, returns False (0) 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 ActiveX is a product created by Newtone Corporation