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