C# 클래스 MonoDroid.ColorPickers.RoundColorPickerView

상속: Android.Views.View
파일 보기 프로젝트 열기: Cheesebaron/MonoDroid.ColorPickers 1 사용 예제들

공개 메소드들

메소드 설명
OnTouchEvent ( Android.Views.MotionEvent e ) : bool
RoundColorPickerView ( Android.Content.Context c, Color color ) : System

보호된 메소드들

메소드 설명
OnDraw ( Android.Graphics.Canvas canvas ) : void
OnMeasure ( int widthMeasureSpec, int heightMeasureSpec ) : void

비공개 메소드들

메소드 설명
Ave ( int s, int d, float p ) : int
InterpColor ( IList colors, float unit ) : int

메소드 상세

OnDraw() 보호된 메소드

protected OnDraw ( Android.Graphics.Canvas canvas ) : void
canvas Android.Graphics.Canvas
리턴 void

OnMeasure() 보호된 메소드

protected OnMeasure ( int widthMeasureSpec, int heightMeasureSpec ) : void
widthMeasureSpec int
heightMeasureSpec int
리턴 void

OnTouchEvent() 공개 메소드

public OnTouchEvent ( Android.Views.MotionEvent e ) : bool
e Android.Views.MotionEvent
리턴 bool

RoundColorPickerView() 공개 메소드

public RoundColorPickerView ( Android.Content.Context c, Color color ) : System
c Android.Content.Context
color Color
리턴 System