OH_ArkUI_DrawableDescriptor_GetStaticPixelMap

Function OH_ArkUI_DrawableDescriptor_GetStaticPixelMap 

Source
pub unsafe extern "C" fn OH_ArkUI_DrawableDescriptor_GetStaticPixelMap(
    drawableDescriptor: *mut ArkUI_DrawableDescriptor,
) -> OH_PixelmapNativeHandle
Available on crate feature api-12 only.
Expand description

Obtains the Pixelmap object.

§Arguments

  • drawableDescriptor - Indicates the pointer to the drawableDescriptor.

§Returns

  • Returns the pointer to the PixelMap.

Available since API-level: 12