OH_ArkUI_RenderNodeUtils_CreateVector2AnimatableProperty

Function OH_ArkUI_RenderNodeUtils_CreateVector2AnimatableProperty 

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

Create a vector2 animatable property handle.

§Arguments

  • x - X-coordinate value of the property.

  • y - Y-coordinate value of the property.

§Returns

  • Handle to the vector2 animatable property.

Available since API-level: 20