Skip to main content

libCZI_BitmapUnlock

Function libCZI_BitmapUnlock 

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

Unlock the bitmap object. Once the bitmap is unlocked, the pixel data must not be accessed anymore.

\param bitmap_object The bitmap object.

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