pub unsafe extern "C" fn OH_ArkUI_RenderNodeUtils_SetCircleShapeOptionCenterY(
option: *mut ArkUI_CircleShapeOption,
centerY: f32,
)Available on crate feature
api-20 only.Expand description
Set the centerY value of CircleShape option.
ยงArguments
-
option- Pointer to the CircleShape option. -
centerY- The centerY value.
Available since API-level: 20