메소드 | 설명 | |
---|---|---|
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 |
public AddView ( Android child, int index, LayoutParams @params ) : void | ||
child | Android | |
index | int | |
@params | LayoutParams | |
리턴 | void |
public CalendarGridView ( Android.Content.Context context, IAttributeSet attrs ) : System.Diagnostics | ||
context | Android.Content.Context | |
attrs | IAttributeSet | |
리턴 | System.Diagnostics |
protected DispatchDraw ( Android.Graphics.Canvas canvas ) : void | ||
canvas | Android.Graphics.Canvas | |
리턴 | void |
protected DrawChild ( Android.Graphics.Canvas canvas, Android child, long drawingTime ) : bool | ||
canvas | Android.Graphics.Canvas | |
child | Android | |
drawingTime | long | |
리턴 | bool |
protected OnLayout ( bool changed, int l, int t, int r, int b ) : void | ||
changed | bool | |
l | int | |
t | int | |
r | int | |
b | int | |
리턴 | void |
protected OnMeasure ( int widthMeasureSpec, int heightMeasureSpec ) : void | ||
widthMeasureSpec | int | |
heightMeasureSpec | int | |
리턴 | void |