Paint.Xfermode Property

Definition

Get the paint's transfer mode object.

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

Property Value

the paint's transfer mode (or null)

Attributes

Remarks

Get the paint's transfer mode object.

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

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