C# Class Xamarin.Canvas.Android.LabelNodeView

Inheritance: NodeView
显示文件 Open project: Clancey/Canvas

Public Methods

Method Description
LabelNodeView ( Android.Content.Context context, LabelNode label ) : System

Protected Methods

Method Description
OnLayout ( bool changed, int l, int t, int r, int b ) : void
UpdateNativeView ( ) : void

Method Details

LabelNodeView() public method

public LabelNodeView ( Android.Content.Context context, LabelNode label ) : System
context Android.Content.Context
label LabelNode
return System

OnLayout() protected method

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

UpdateNativeView() protected method

protected UpdateNativeView ( ) : void
return void