C# Class SpeedSketch.StrokeGestureRecognizer

Inheritance: UIGestureRecognizer
Afficher le fichier Open project: xamarin/monotouch-samples Class Usage Examples

Méthodes publiques

Méthode Description
Reset ( ) : void
StrokeGestureRecognizer ( System.Action handler ) : System
StrokeGestureRecognizer ( Action handler ) : System
TouchesBegan ( NSSet touches, UIEvent evt ) : void
TouchesCancelled ( NSSet touches, UIEvent evt ) : void
TouchesEnded ( NSSet touches, UIEvent evt ) : void
TouchesEstimatedPropertiesUpdated ( NSSet touches ) : void
TouchesMoved ( NSSet touches, UIEvent evt ) : void

Private Methods

Méthode Description
Append ( HashSet touches, UIEvent uievent ) : bool
BeginIfNeeded ( NSTimer timer ) : void
Collect ( Stroke stroke, UITouch touch, UIView view, bool coalesced, bool predicted ) : void
Touches ( NSSet touches ) : HashSet

Method Details

Reset() public méthode

public Reset ( ) : void
Résultat void

StrokeGestureRecognizer() public méthode

public StrokeGestureRecognizer ( System.Action handler ) : System
handler System.Action
Résultat System

StrokeGestureRecognizer() public méthode

public StrokeGestureRecognizer ( Action handler ) : System
handler Action
Résultat System

TouchesBegan() public méthode

public TouchesBegan ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
Résultat void

TouchesCancelled() public méthode

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

TouchesEstimatedPropertiesUpdated() public méthode

public TouchesEstimatedPropertiesUpdated ( NSSet touches ) : void
touches NSSet
Résultat void

TouchesMoved() public méthode

public TouchesMoved ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
Résultat void