C# Class Recipe2dot3.DragView

Inheritance: UIImageView
Mostra file Open project: lobrien/iPhone-Developer-s-Cookbook-in-Monotouch Class Usage Examples

Public Methods

Method Description
DragView ( ) : System
TouchesBegan ( NSSet touches, UIEvent evt ) : void
TouchesMoved ( NSSet touches, UIEvent evt ) : void

Method Details

DragView() public method

public DragView ( ) : System
return System

TouchesBegan() public method

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