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