C# Class Xamarin.Canvas.Android.ImageNodeView

Inheritance: NodeView
ファイルを表示 Open project: Clancey/Canvas

Public Methods

Method Description
ImageNodeView ( Android.Content.Context context, ImageNode image ) : System

Protected Methods

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

Method Details

ImageNodeView() public method

public ImageNodeView ( Android.Content.Context context, ImageNode image ) : System
context Android.Content.Context
image ImageNode
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