pub unsafe extern "C" fn OH_ArkUI_RenderNodeUtils_SetRenderNodeMaskOptionStrokeWidth(
mask: *mut ArkUI_RenderNodeMaskOption,
strokeWidth: f32,
)Available on crate feature
api-20 only.Expand description
Set the stroke width of RenderNodeMask option.
§Arguments
-
mask- Pointer to the RenderNodeMask option. -
strokeWidth- The stroke width of the mask.
§Returns
- Error code.
[
ARKUI_ERROR_CODE_NO_ERROR] Success. [ARKUI_ERROR_CODE_PARAM_INVALID] Function parameter exception. [ARKUI_ERROR_CODE_CAPI_INIT_ERROR] if CAPI init error.
Available since API-level: 20