C# Class Xamarin.Canvas.iOS.NodeUIView

Inheritance: UIView, ICanvasRenderer
Afficher le fichier Open project: Clancey/Canvas Class Usage Examples

Méthodes publiques

Méthode Description
LayoutSubviews ( ) : void
NodeUIView ( Node node ) : System

Méthodes protégées

Méthode Description
UpdateNativeWidget ( ) : void

Private Methods

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

Method Details

LayoutSubviews() public méthode

public LayoutSubviews ( ) : void
Résultat void

NodeUIView() public méthode

public NodeUIView ( Node node ) : System
node Node
Résultat System

UpdateNativeWidget() protected méthode

protected UpdateNativeWidget ( ) : void
Résultat void