C# Class MonoDroid.ColorPickers.AlphaPatternDrawable

Inheritance: Android.Graphics.Drawables.Drawable
Afficher le fichier Open project: Cheesebaron/MonoDroid.ColorPickers Class Usage Examples

Méthodes publiques

Méthode Description
AlphaPatternDrawable ( int rectangleSize ) : System
Draw ( Android.Graphics.Canvas canvas ) : void
SetAlpha ( int alpha ) : void
SetColorFilter ( Android.Graphics.ColorFilter cf ) : void

Méthodes protégées

Méthode Description
OnBoundsChange ( Android.Graphics.Rect bounds ) : void

Private Methods

Méthode Description
GeneratePatternBitmap ( ) : void

Method Details

AlphaPatternDrawable() public méthode

public AlphaPatternDrawable ( int rectangleSize ) : System
rectangleSize int
Résultat System

Draw() public méthode

public Draw ( Android.Graphics.Canvas canvas ) : void
canvas Android.Graphics.Canvas
Résultat void

OnBoundsChange() protected méthode

protected OnBoundsChange ( Android.Graphics.Rect bounds ) : void
bounds Android.Graphics.Rect
Résultat void

SetAlpha() public méthode

public SetAlpha ( int alpha ) : void
alpha int
Résultat void

SetColorFilter() public méthode

public SetColorFilter ( Android.Graphics.ColorFilter cf ) : void
cf Android.Graphics.ColorFilter
Résultat void