OH_ArkUI_RenderNodeUtils_SetCircleShapeOptionCenterX

Function OH_ArkUI_RenderNodeUtils_SetCircleShapeOptionCenterX 

Source
pub unsafe extern "C" fn OH_ArkUI_RenderNodeUtils_SetCircleShapeOptionCenterX(
    option: *mut ArkUI_CircleShapeOption,
    centerX: f32,
)
Available on crate feature api-20 only.
Expand description

Set the centerX value of CircleShape option.

ยงArguments

  • option - Pointer to the CircleShape option.

  • centerX - The centerX value.

Available since API-level: 20