pub unsafe extern "C" fn OH_Drawing_CreateSumPathEffect(
firstPathEffect: *mut OH_Drawing_PathEffect,
secondPathEffect: *mut OH_Drawing_PathEffect,
) -> *mut OH_Drawing_PathEffectAvailable on crate features
api-12 and api-18 only.Expand description
Creates an OH_Drawing_PathEffect object by overlaying two path effects.
Required System Capabilities: SystemCapability.Graphic.Graphic2D.NativeDrawing
§Arguments
-
firstPathEffect- Indicates the pointer to an OH_Drawing_PathEffect object. -
secondPathEffect- Indicates the pointer to an OH_Drawing_PathEffect object.
§Returns
- Returns the pointer to the OH_Drawing_PathEffect object created.
Available since API-level: 18
Version: 1.0