C# Class MonoDroid.ColorPickers.ColorPickerPanelView

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

Méthodes publiques

Méthode Description
ColorPickerPanelView ( Android.Content.Context context ) : System
ColorPickerPanelView ( Android.Content.Context context, IAttributeSet attrs ) : System
ColorPickerPanelView ( Android.Content.Context context, IAttributeSet attrs, int defStyle ) : System
OnTouchEvent ( Android.Views.MotionEvent e ) : bool

Méthodes protégées

Méthode Description
ColorPickerPanelView ( IntPtr javaReference, JniHandleOwnership transfer ) : System
OnDraw ( Android.Graphics.Canvas canvas ) : void
OnMeasure ( int widthMeasureSpec, int heightMeasureSpec ) : void
OnSizeChanged ( int w, int h, int oldw, int oldh ) : void

Private Methods

Méthode Description
Init ( ) : void
SetUpColorRect ( ) : void

Method Details

ColorPickerPanelView() public méthode

public ColorPickerPanelView ( Android.Content.Context context ) : System
context Android.Content.Context
Résultat System

ColorPickerPanelView() public méthode

public ColorPickerPanelView ( Android.Content.Context context, IAttributeSet attrs ) : System
context Android.Content.Context
attrs IAttributeSet
Résultat System

ColorPickerPanelView() public méthode

public ColorPickerPanelView ( Android.Content.Context context, IAttributeSet attrs, int defStyle ) : System
context Android.Content.Context
attrs IAttributeSet
defStyle int
Résultat System

ColorPickerPanelView() protected méthode

protected ColorPickerPanelView ( IntPtr javaReference, JniHandleOwnership transfer ) : System
javaReference System.IntPtr
transfer JniHandleOwnership
Résultat System

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

OnSizeChanged() protected méthode

protected OnSizeChanged ( int w, int h, int oldw, int oldh ) : void
w int
h int
oldw int
oldh int
Résultat void

OnTouchEvent() public méthode

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