C# 클래스 Xamarin.Forms.Calendar.Platform.Droid.CalendarGridView

상속: Android.Views.ViewGroup
파일 보기 프로젝트 열기: rid00z/Xamarin.Forms.Calendar 1 사용 예제들

공개 메소드들

메소드 설명
AddView ( Android child, int index, LayoutParams @params ) : void
CalendarGridView ( Android.Content.Context context, IAttributeSet attrs ) : System.Diagnostics

보호된 메소드들

메소드 설명
DispatchDraw ( Android.Graphics.Canvas canvas ) : void
DrawChild ( Android.Graphics.Canvas canvas, Android child, long drawingTime ) : bool
OnLayout ( bool changed, int l, int t, int r, int b ) : void
OnMeasure ( int widthMeasureSpec, int heightMeasureSpec ) : void

메소드 상세

AddView() 공개 메소드

public AddView ( Android child, int index, LayoutParams @params ) : void
child Android
index int
@params LayoutParams
리턴 void

CalendarGridView() 공개 메소드

public CalendarGridView ( Android.Content.Context context, IAttributeSet attrs ) : System.Diagnostics
context Android.Content.Context
attrs IAttributeSet
리턴 System.Diagnostics

DispatchDraw() 보호된 메소드

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

DrawChild() 보호된 메소드

protected DrawChild ( Android.Graphics.Canvas canvas, Android child, long drawingTime ) : bool
canvas Android.Graphics.Canvas
child Android
drawingTime long
리턴 bool

OnLayout() 보호된 메소드

protected OnLayout ( bool changed, int l, int t, int r, int b ) : void
changed bool
l int
t int
r int
b int
리턴 void

OnMeasure() 보호된 메소드

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