C# Class Recipe2dot3.DragView

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

Méthodes publiques

Méthode Description
DragView ( ) : System
TouchesBegan ( NSSet touches, UIEvent evt ) : void
TouchesMoved ( NSSet touches, UIEvent evt ) : void

Method Details

DragView() public méthode

public DragView ( ) : System
Résultat System

TouchesBegan() public méthode

public TouchesBegan ( 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