C# Class Recipe2Dot7.FlipView

Inheritance: UIImageView
Afficher le fichier Open project: lobrien/iPhone-Developer-s-Cookbook-in-Monotouch Class Usage Examples

Méthodes publiques

Méthode Description
FlipView ( ) : System
FlipView ( IntPtr hnd ) : System
FlipView ( RectangleF frame ) : System
TouchesEnded ( MonoTouch touches, UIEvent evt ) : void

Method Details

FlipView() public méthode

public FlipView ( ) : System
Résultat System

FlipView() public méthode

public FlipView ( IntPtr hnd ) : System
hnd System.IntPtr
Résultat System

FlipView() public méthode

public FlipView ( RectangleF frame ) : System
frame System.Drawing.RectangleF
Résultat System

TouchesEnded() public méthode

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