C# Class SpeedSketch.StrokeGestureRecognizer

Inheritance: UIGestureRecognizer
Datei anzeigen Open project: xamarin/monotouch-samples Class Usage Examples

Public Methods

Method 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

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

public Reset ( ) : void
return void

StrokeGestureRecognizer() public method

public StrokeGestureRecognizer ( System.Action handler ) : System
handler System.Action
return System

StrokeGestureRecognizer() public method

public StrokeGestureRecognizer ( Action handler ) : System
handler Action
return System

TouchesBegan() public method

public TouchesBegan ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
return void

TouchesCancelled() public method

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

TouchesEstimatedPropertiesUpdated() public method

public TouchesEstimatedPropertiesUpdated ( NSSet touches ) : void
touches NSSet
return void

TouchesMoved() public method

public TouchesMoved ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
return void