Function ohos_sys::drawing::bitmap::OH_Drawing_BitmapGetPixels

source ยท
pub unsafe extern "C" fn OH_Drawing_BitmapGetPixels(
    arg1: *mut OH_Drawing_Bitmap,
) -> *mut c_void
Available on crate feature drawing only.
Expand description

@brief Obtains the pixel address of a bitmap. You can use this address to obtain the pixel data of the bitmap.

@syscap SystemCapability.Graphic.Graphic2D.NativeDrawing @param OH_Drawing_Bitmap Indicates the pointer to an OH_Drawing_Bitmap object. @return Returns the pixel address. @since 8 @version 1.0