Skip to main content

libCZI_ReleaseBitmap

Function libCZI_ReleaseBitmap 

Source
pub unsafe extern "C" fn libCZI_ReleaseBitmap(
    bitmap_object: BitmapObjectHandle,
) -> LibCZIApiErrorCode
Expand description

Release the specified bitmap object. It is a fatal error trying to release a bitmap object that is still locked.

\param bitmap_object The bitmap object.

\returns An error-code indicating success or failure of the operation.