C# Class MonotouchExamples.MyDraggableImage

Inheritance: UIImageView
Show file Open project: chrisntr/Monotouch-Examples

Public Methods

Method 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 method

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