OH_ArkUI_RenderNodeUtils_SetRoundRectShapeOptionEdgeValue

Function OH_ArkUI_RenderNodeUtils_SetRoundRectShapeOptionEdgeValue 

Source
pub unsafe extern "C" fn OH_ArkUI_RenderNodeUtils_SetRoundRectShapeOptionEdgeValue(
    option: *mut ArkUI_RoundRectShapeOption,
    edgeValue: f32,
    direction: ArkUI_EdgeDirection,
)
Available on crate feature api-20 only.
Expand description

Set the edge value of RoundRectShape option.

ยงArguments

  • option - Pointer to the RoundRectShape option.

  • edgeValue - The edge value of the RoundRectShape.

  • direction - ArkUI_EdgeDirection The direction of the edge.

Available since API-level: 20