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

상속: NodeView
파일 보기 프로젝트 열기: Clancey/Canvas

공개 메소드들

메소드 설명
ImageNodeView ( Android.Content.Context context, ImageNode image ) : System

보호된 메소드들

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

메소드 상세

ImageNodeView() 공개 메소드

public ImageNodeView ( Android.Content.Context context, ImageNode image ) : System
context Android.Content.Context
image ImageNode
리턴 System

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