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