Skip to main content

libCZI_BitmapGetInfo

Function libCZI_BitmapGetInfo 

Source
pub unsafe extern "C" fn libCZI_BitmapGetInfo(
    bitmap_object: BitmapObjectHandle,
    bitmap_info: *mut BitmapInfoInterop,
) -> LibCZIApiErrorCode
Expand description

Get information about the specified bitmap object.

\param bitmap_object The bitmap object. \param [out] bitmap_info If successful, information about the bitmap object is put here.

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