Paint.PathEffect Property

Definition

Get the paint's patheffect object.

public virtual Android.Graphics.PathEffect? PathEffect { [Android.Runtime.Register("getPathEffect", "()Landroid/graphics/PathEffect;", "GetGetPathEffectHandler")] get; }
[<get: Android.Runtime.Register("getPathEffect", "()Landroid/graphics/PathEffect;", "GetGetPathEffectHandler")>]
member this.PathEffect : Android.Graphics.PathEffect

Property Value

the paint's patheffect (or null)

Attributes

Remarks

Get the paint's patheffect object.

Java documentation for android.graphics.Paint.getPathEffect().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to