OH_ArkUI_RenderNodeUtils_SetPivot

Function OH_ArkUI_RenderNodeUtils_SetPivot 

Source
pub unsafe extern "C" fn OH_ArkUI_RenderNodeUtils_SetPivot(
    node: ArkUI_RenderNodeHandle,
    x: f32,
    y: f32,
) -> i32
Available on crate feature api-20 only.
Expand description

Set the pivot point for transformations of a RenderNode.

§Arguments

  • node - Handle to the target render node.

  • x - The X-coordinate of pivot (normalized 0.0-1.0).

  • y - The Y-coordinate of pivot (normalized 0.0-1.0).

§Returns

  • Error code. [ARKUI_ERROR_CODE_NO_ERROR] Success. [ARKUI_ERROR_CODE_PARAM_INVALID] Function parameter exception. [ARKUI_ERROR_CODE_CAPI_INIT_ERROR] if CAPI init error.

Available since API-level: 20