C# Class MonotouchExamples.MyDraggableImage

Inheritance: UIImageView
Afficher le fichier Open project: chrisntr/Monotouch-Examples

Méthodes publiques

Méthode Description
MyDraggableImage ( RectangleF frame ) : System
TouchesBegan ( NSSet touches, UIEvent evt ) : void
TouchesEnded ( NSSet touches, UIEvent evt ) : void
TouchesMoved ( NSSet touches, UIEvent evt ) : void

Method Details

MyDraggableImage() public méthode

public MyDraggableImage ( RectangleF frame ) : System
frame 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