C# Class MonoDroid.ColorPickers.ColorPickerPanelView

Inheritance: Android.Views.View
Show file Open project: Cheesebaron/MonoDroid.ColorPickers Class Usage Examples

Public Methods

Method 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

Protected Methods

Method 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

Method Description
Init ( ) : void
SetUpColorRect ( ) : void

Method Details

ColorPickerPanelView() public method

public ColorPickerPanelView ( Android.Content.Context context ) : System
context Android.Content.Context
return System

ColorPickerPanelView() public method

public ColorPickerPanelView ( Android.Content.Context context, IAttributeSet attrs ) : System
context Android.Content.Context
attrs IAttributeSet
return System

ColorPickerPanelView() public method

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

ColorPickerPanelView() protected method

protected ColorPickerPanelView ( IntPtr javaReference, JniHandleOwnership transfer ) : System
javaReference System.IntPtr
transfer JniHandleOwnership
return System

OnDraw() protected method

protected OnDraw ( Android.Graphics.Canvas canvas ) : void
canvas Android.Graphics.Canvas
return void

OnMeasure() protected method

protected OnMeasure ( int widthMeasureSpec, int heightMeasureSpec ) : void
widthMeasureSpec int
heightMeasureSpec int
return void

OnSizeChanged() protected method

protected OnSizeChanged ( int w, int h, int oldw, int oldh ) : void
w int
h int
oldw int
oldh int
return void

OnTouchEvent() public method

public OnTouchEvent ( Android.Views.MotionEvent e ) : bool
e Android.Views.MotionEvent
return bool