C# Class Xamarin.Canvas.iOS.NativeViewRenderer

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

Public Methods

Method Description
LayoutSubviews ( ) : void
NativeViewRenderer ( Node node ) : System

Protected Methods

Method Description
SetView ( UIView view ) : void

Method Details

LayoutSubviews() public method

public LayoutSubviews ( ) : void
return void

NativeViewRenderer() public method

public NativeViewRenderer ( Node node ) : System
node Node
return System

SetView() protected method

protected SetView ( UIView view ) : void
view UIView
return void