pub unsafe extern "C" fn OH_ArkUI_RenderNodeUtils_CreateRenderNodeClipOptionFromRoundRectShape(
shape: *mut ArkUI_RoundRectShapeOption,
) -> *mut ArkUI_RenderNodeClipOptionAvailable on crate feature
api-20 only.Expand description
Create a clip option from a RoundRectShape option.
§Arguments
shape-ArkUI_RoundRectShapeOptionPointer to the RoundRectShape option.
§Returns
- A pointer to the RenderNodeClip option.
Available since API-level: 20