Android.Graphics.Xfermode Class
Xfermode is the base class for objects that are called to implement custom "transfer-modes" in the drawing pipeline.

See Also: Xfermode Members

Syntax

[Android.Runtime.Register("android/graphics/Xfermode", DoNotGenerateAcw=true)]
public class Xfermode : Java.Lang.Object

Remarks

Xfermode is the base class for objects that are called to implement custom "transfer-modes" in the drawing pipeline. The static function Create(Modes) can be called to return an instance of any of the predefined subclasses as specified in the Modes enum. When an Xfermode is assigned to an Paint, then objects drawn with that paint have the xfermode applied.

[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