Function ohos_sys::drawing::bitmap::OH_Drawing_BitmapGetHeight
source ยท pub unsafe extern "C" fn OH_Drawing_BitmapGetHeight(
arg1: *mut OH_Drawing_Bitmap,
) -> u32Available on crate feature
drawing only.Expand description
@brief Obtains the height of a bitmap.
@syscap SystemCapability.Graphic.Graphic2D.NativeDrawing @param OH_Drawing_Bitmap Indicates the pointer to an OH_Drawing_Bitmap object. @return Returns the height. @since 8 @version 1.0