C# 클래스 Xamarin.Canvas.Android.NodeView

상속: Android.Views.ViewGroup
파일 보기 프로젝트 열기: Clancey/Canvas

공개 메소드들

메소드 설명
LayoutByNode ( ) : void
NodeView ( Android.Content.Context context, Node node ) : System
OnInterceptTouchEvent ( Android.Views.MotionEvent e ) : bool
OnTouchEvent ( Android.Views.MotionEvent e ) : bool

보호된 메소드들

메소드 설명
GetChildDrawingOrder ( int childCount, int i ) : int
OnLayout ( bool changed, int l, int t, int r, int b ) : void
UpdateNativeView ( ) : void

비공개 메소드들

메소드 설명
HandleChildrenReordered ( object sender, EventArgs e ) : void
HandleClick ( object sender, EventArgs e ) : void

메소드 상세

GetChildDrawingOrder() 보호된 메소드

protected GetChildDrawingOrder ( int childCount, int i ) : int
childCount int
i int
리턴 int

LayoutByNode() 공개 메소드

public LayoutByNode ( ) : void
리턴 void

NodeView() 공개 메소드

public NodeView ( Android.Content.Context context, Node node ) : System
context Android.Content.Context
node Node
리턴 System

OnInterceptTouchEvent() 공개 메소드

public OnInterceptTouchEvent ( Android.Views.MotionEvent e ) : bool
e Android.Views.MotionEvent
리턴 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

OnTouchEvent() 공개 메소드

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

UpdateNativeView() 보호된 메소드

protected UpdateNativeView ( ) : void
리턴 void