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