C# Class Xamarin.Canvas.iOS.NodeUIView

Inheritance: UIView, ICanvasRenderer
显示文件 Open project: Clancey/Canvas Class Usage Examples

Public Methods

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

Protected Methods

Method Description
UpdateNativeWidget ( ) : void

Private Methods

Method Description
CreateTapRecognizer ( int numFingers, int numTaps, Action action ) : UITapGestureRecognizer
UIStateToNodeState ( UIGestureRecognizerState state ) : GestureState
UpdateChildrenOrder ( ) : void

Method Details

LayoutSubviews() public method

public LayoutSubviews ( ) : void
return void

NodeUIView() public method

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

UpdateNativeWidget() protected method

protected UpdateNativeWidget ( ) : void
return void