Android.Graphics.Paint.SetPathEffect Method
Set or clear the patheffect object.

Syntax

[Android.Runtime.Register("setPathEffect", "(Landroid/graphics/PathEffect;)Landroid/graphics/PathEffect;", "GetSetPathEffect_Landroid_graphics_PathEffect_Handler")]
public virtual PathEffect SetPathEffect (PathEffect effect)

Parameters

effect
May be null. The patheffect to be installed in the paint

Returns

Documentation for this section has not yet been entered.

Remarks

Set or clear the patheffect object.

Pass null to clear any previous patheffect. As a convenience, the parameter passed is also returned.

[Android Documentation]

Requirements

Namespace: Android.Graphics
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1