OH_ArkUI_DrawableDescriptor_GetAnimatedPixelMapArraySize

Function OH_ArkUI_DrawableDescriptor_GetAnimatedPixelMapArraySize 

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

Obtains the size of the Pixelmap array used to play the animation.

§Arguments

  • drawableDescriptor - Indicates the pointer to the drawableDescriptor.

§Returns

  • Returns the size of the Pixelmap array.

Available since API-level: 12