C# Class MonoDroid.ColorPickers.RoundColorPickerView

Inheritance: Android.Views.View
Afficher le fichier Open project: Cheesebaron/MonoDroid.ColorPickers Class Usage Examples

Méthodes publiques

Méthode Description
OnTouchEvent ( Android.Views.MotionEvent e ) : bool
RoundColorPickerView ( Android.Content.Context c, Color color ) : System

Méthodes protégées

Méthode Description
OnDraw ( Android.Graphics.Canvas canvas ) : void
OnMeasure ( int widthMeasureSpec, int heightMeasureSpec ) : void

Private Methods

Méthode Description
Ave ( int s, int d, float p ) : int
InterpColor ( IList colors, float unit ) : int

Method Details

OnDraw() protected méthode

protected OnDraw ( Android.Graphics.Canvas canvas ) : void
canvas Android.Graphics.Canvas
Résultat void

OnMeasure() protected méthode

protected OnMeasure ( int widthMeasureSpec, int heightMeasureSpec ) : void
widthMeasureSpec int
heightMeasureSpec int
Résultat void

OnTouchEvent() public méthode

public OnTouchEvent ( Android.Views.MotionEvent e ) : bool
e Android.Views.MotionEvent
Résultat bool

RoundColorPickerView() public méthode

public RoundColorPickerView ( Android.Content.Context c, Color color ) : System
c Android.Content.Context
color Color
Résultat System