OH_ArkUI_RenderNodeUtils_GetRotation

Function OH_ArkUI_RenderNodeUtils_GetRotation 

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

Get the rotation angles of a RenderNode.

§Arguments

  • node - Handle to the target render node.

  • x - Pointer to receive X-axis rotation angle in degrees.

  • y - Pointer to receive Y-axis rotation angle in degrees.

  • z - Pointer to receive Z-axis rotation angle in degrees.

§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