Click or drag to resize

ImageGestureRecognizer Methods

The ImageGestureRecognizer type exposes the following members.

Methods
  NameDescription
Public methodAddRequiredGestureRecognizerToFail
Require a gesture to fail in order for this gesture to end
(Inherited from GestureRecognizer.)
Public methodAllowSimultaneousExecution
Allows the simultaneous execution with other gesture. This links both gestures so this method only needs to be called once on one of the gestures. Pass null to allow simultaneous execution with all gestures.
(Inherited from GestureRecognizer.)
Public methodAllowSimultaneousExecutionWithAllGestures
Allows simultaneous execution with all gestures
(Inherited from GestureRecognizer.)
Protected methodAreTrackedTouchesWithinDistance
Determines whether any tracked touches are within the distance of the starting point of each tracked touch.
(Inherited from GestureRecognizer.)
Public methodBeginGestureRestart
Allows the gesture to restart even if the touches are not lifted. This is only valid when called from the "Ended" state.
(Inherited from GestureRecognizer.)
Protected methodCalculateFocus(ICollectionGestureTouch)
Calculate the focus of the gesture
(Inherited from GestureRecognizer.)
Protected methodCalculateFocus(ICollectionGestureTouch, Boolean)
Calculate the focus of the gesture
(Inherited from GestureRecognizer.)
Public methodDisallowSimultaneousExecution
Disallows the simultaneous execution with other gesture. This unlinks both gestures so this method only needs to be called once on one of the gestures. By default, gesures are not allowed to execute simultaneously, so you only need to call this method if you previously allowed the gestures to execute simultaneously. Pass null to disallow simulatneous execution with all gestures (i.e. you previously called AllowSimultaneousExecution with a null value.
(Inherited from GestureRecognizer.)
Public methodDisallowSimultaneousExecutionWithAllGestures
Disallows simultaneous execution with all gestures
(Inherited from GestureRecognizer.)
Public methodDispose
Dispose of the gesture and ensure it is removed from the global list of active gestures
(Inherited from GestureRecognizer.)
Public methodDistance(Single)
Get the distance of a length, in units
(Inherited from GestureRecognizer.)
Public methodDistance(Single, Single)
Gets the distance of a vector, in units
(Inherited from GestureRecognizer.)
Public methodDistanceBetweenPoints
Gets the distance between two points, in units
(Inherited from GestureRecognizer.)
Public methodEndGestureRestart
Restart the gesture with a set of begin touches
(Inherited from GestureRecognizer.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize
Finalizer
(Inherited from GestureRecognizer.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodIgnoreTouch
Ignore a touch until it is released
(Inherited from GestureRecognizer.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodPointsAreWithinDistance
Determines whether two points are within a specified distance
(Inherited from GestureRecognizer.)
Public methodProcessTouchesBegan
Call with the touches that began
(Inherited from GestureRecognizer.)
Public methodProcessTouchesCancelled
Process cancelled touches
(Inherited from GestureRecognizer.)
Public methodProcessTouchesEnded
Call with the touches that ended
(Inherited from GestureRecognizer.)
Public methodProcessTouchesMoved
Call with the touches that moved
(Inherited from GestureRecognizer.)
Public methodRemoveRequiredGestureRecognizerToFail
Remove a gesture needing to fail in order for this gesture to end
(Inherited from GestureRecognizer.)
Public methodReset
Reset the image gesture recognizer
(Overrides GestureRecognizerReset.)
Protected methodSetState
Sets the state of the gesture. Continous gestures should set the executing state every time they change.
(Inherited from GestureRecognizer.)
Public methodSimulate
Simulate a gesture
(Inherited from GestureRecognizer.)
Protected methodStateChanged
Called when state changes
(Inherited from GestureRecognizer.)
Public methodToString
ToString
(Inherited from GestureRecognizer.)
Protected methodTouchesBegan
TouchesBegan
(Overrides GestureRecognizerTouchesBegan(IEnumerableGestureTouch).)
Protected methodTouchesEnded
TouchesEnded
(Overrides GestureRecognizerTouchesEnded.)
Protected methodTouchesMoved
TouchesMoved
(Overrides GestureRecognizerTouchesMoved.)
Protected methodTrackCurrentTrackedTouchesStartLocations
Track all touches in CurrentTrackedTouches start locations
(Inherited from GestureRecognizer.)
Protected methodTrackTouches
Begin tracking the specified touch ids
(Inherited from GestureRecognizer.)
Top
Extension Methods
  NameDescription
Public Extension MethodLog
Log
(Defined by GestureLogger.)
Top
See Also