C# Class RXDemoApp.TimeFliesView

Inheritance: UIView
Mostra file Open project: pixelmeister/MonoTouchRXDemo Class Usage Examples

Public Methods

Method 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

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

Method Details

GetCenter() public method

public GetCenter ( float width, float height ) : RectangleF
width float
height float
return System.Drawing.RectangleF

TimeFliesView() public method

public TimeFliesView ( RectangleF rect ) : System
rect System.Drawing.RectangleF
return System

TouchesBegan() public method

public TouchesBegan ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
return void

TouchesEnded() public method

public TouchesEnded ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
return void

TouchesMoved() public method

public TouchesMoved ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
return void