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