OH_ArkUI_RenderNodeUtils_SetRectShapeOptionEdgeValue

Function OH_ArkUI_RenderNodeUtils_SetRectShapeOptionEdgeValue 

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

Set the edge value of RectShape option.

ยงArguments

  • option - Pointer to the RectShape option.

  • edgeValue - The edge value of the RectShape.

  • direction - ArkUI_EdgeDirection The direction of the edge.

Available since API-level: 20