Android.Graphics.Shader Class
Shader is the based class for objects that return horizontal spans of colors during drawing.

See Also: Shader Members

Syntax

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

Remarks

Shader is the based class for objects that return horizontal spans of colors during drawing. A subclass of Shader is installed in a Paint calling paint.setShader(shader). After that any object (other than a bitmap) that is drawn with that paint will get its color(s) from the shader.

[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