pub unsafe extern "C" fn libCZI_BitmapGetInfo(
bitmap_object: BitmapObjectHandle,
bitmap_info: *mut BitmapInfoInterop,
) -> LibCZIApiErrorCodeExpand 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.