C# Class RXDemoApp.TimeFliesView

Inheritance: UIView
Afficher le fichier Open project: pixelmeister/MonoTouchRXDemo Class Usage Examples

Méthodes publiques

Méthode Description
GetCenter ( float width, float height ) : RectangleF
TimeFliesView ( RectangleF rect ) : System
TouchesBegan ( NSSet touches, UIEvent evt ) : void
TouchesEnded ( NSSet touches, UIEvent evt ) : void
TouchesMoved ( NSSet touches, UIEvent evt ) : void

Private Methods

Méthode Description
Reactive ( string msg ) : void
UpdateLabelPosition ( UILabel label, PointF pos, int closure ) : void

Method Details

GetCenter() public méthode

public GetCenter ( float width, float height ) : RectangleF
width float
height float
Résultat System.Drawing.RectangleF

TimeFliesView() public méthode

public TimeFliesView ( RectangleF rect ) : System
rect System.Drawing.RectangleF
Résultat System

TouchesBegan() public méthode

public TouchesBegan ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
Résultat void

TouchesEnded() public méthode

public TouchesEnded ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
Résultat void

TouchesMoved() public méthode

public TouchesMoved ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
Résultat void