GestureRecognizer Members

Reacts to events by recognizing gestures and adding gesture data into the input queue.

The following tables list the members exposed by the GestureRecognizer type.

Public Constructors

  Name Description
Public method GestureRecognizer Initializes a new instance of the GestureRecognizer class.

Top

Public Fields

  Name Description
Public field Static GestureRecognitionDataGuid Indicates within a CustomStylusData object that the Data property contains GestureRecognitionData from a GestureRecognizer.

Top

Public Properties

  Name Description
Public property Enabled Gets or sets a value that indicates whether gesture recognition is enabled.
Public property MaxStrokeCount Gets or sets the maximum number of strokes allowed per gesture recognition.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Dispose Releases resources used by the GestureRecognizer object.
Public method EnableGestures Sets a value that indicates whether or not the GestureRecognizer object has interest in a known application gesture.
Public method Equals  Overloaded. Determines whether two Object instances are equal. (inherited from Object)
Public method GetHashCode  Serves as a hash function for a particular type. (inherited from Object)
Public method GetType  Gets the Type of the current instance. (inherited from Object)
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (inherited from Object)
Public method Reset Clears the GestureRecognizer object of past stroke information.
Public method ToString  Returns a String that represents the current Object. (inherited from Object)

Top

Protected Methods

  Name Description
Protected method Finalize  Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Protected method MemberwiseClone  Creates a shallow copy of the current Object. (inherited from Object)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implementation Method Microsoft.StylusInput.IStylusAsyncPlugin.CustomStylusDataAdded This method supports the Microsoft.StylusInput infrastructure and is not intended to be used directly from your code.
Explicit interface implementation Method Microsoft.StylusInput.IStylusAsyncPlugin.Error This method supports the Microsoft.StylusInput infrastructure and is not intended to be used directly from your code.
Explicit interface implementation Method Microsoft.StylusInput.IStylusAsyncPlugin.InAirPackets This method supports the Microsoft.StylusInput infrastructure and is not intended to be used directly from your code.
Explicit interface implementation Method Microsoft.StylusInput.IStylusAsyncPlugin.Packets This method supports the Microsoft.StylusInput infrastructure and is not intended to be used directly from your code.
Explicit interface implementation Method Microsoft.StylusInput.IStylusAsyncPlugin.RealTimeStylusDisabled This method supports the Microsoft.StylusInput infrastructure and is not intended to be used directly from your code.
Explicit interface implementation Method Microsoft.StylusInput.IStylusAsyncPlugin.RealTimeStylusEnabled This method supports the Microsoft.StylusInput infrastructure and is not intended to be used directly from your code.
Explicit interface implementation Method Microsoft.StylusInput.IStylusAsyncPlugin.StylusButtonDown This method supports the Microsoft.StylusInput infrastructure and is not intended to be used directly from your code.
Explicit interface implementation Method Microsoft.StylusInput.IStylusAsyncPlugin.StylusButtonUp This method supports the Microsoft.StylusInput infrastructure and is not intended to be used directly from your code.
Explicit interface implementation Method Microsoft.StylusInput.IStylusAsyncPlugin.StylusDown This method supports the Microsoft.StylusInput infrastructure and is not intended to be used directly from your code.
Explicit interface implementation Method Microsoft.StylusInput.IStylusAsyncPlugin.StylusInRange This method supports the Microsoft.StylusInput infrastructure and is not intended to be used directly from your code.
Explicit interface implementation Method Microsoft.StylusInput.IStylusAsyncPlugin.StylusOutOfRange This method supports the Microsoft.StylusInput infrastructure and is not intended to be used directly from your code.
Explicit interface implementation Method Microsoft.StylusInput.IStylusAsyncPlugin.StylusUp This method supports the Microsoft.StylusInput infrastructure and is not intended to be used directly from your code.
Explicit interface implementation Method Microsoft.StylusInput.IStylusAsyncPlugin.SystemGesture This method supports the Microsoft.StylusInput infrastructure and is not intended to be used directly from your code.
Explicit interface implementation Method Microsoft.StylusInput.IStylusAsyncPlugin.TabletAdded This method supports the Microsoft.StylusInput infrastructure and is not intended to be used directly from your code.
Explicit interface implementation Method Microsoft.StylusInput.IStylusAsyncPlugin.TabletRemoved This method supports the Microsoft.StylusInput infrastructure and is not intended to be used directly from your code.
Explicit interface implementation Method Microsoft.StylusInput.IStylusSyncPlugin.CustomStylusDataAdded This method supports the Microsoft.StylusInput infrastructure and is not intended to be used directly from your code.
Explicit interface implementation Method Microsoft.StylusInput.IStylusSyncPlugin.Error This method supports the Microsoft.StylusInput infrastructure and is not intended to be used directly from your code.
Explicit interface implementation Method Microsoft.StylusInput.IStylusSyncPlugin.InAirPackets This method supports the Microsoft.StylusInput infrastructure and is not intended to be used directly from your code.
Explicit interface implementation Method Microsoft.StylusInput.IStylusSyncPlugin.Packets This method supports the Microsoft.StylusInput infrastructure and is not intended to be used directly from your code.
Explicit interface implementation Method Microsoft.StylusInput.IStylusSyncPlugin.RealTimeStylusDisabled This method supports the Microsoft.StylusInput infrastructure and is not intended to be used directly from your code.
Explicit interface implementation Method Microsoft.StylusInput.IStylusSyncPlugin.RealTimeStylusEnabled This method supports the Microsoft.StylusInput infrastructure and is not intended to be used directly from your code.
Explicit interface implementation Method Microsoft.StylusInput.IStylusSyncPlugin.StylusButtonDown This method supports the Microsoft.StylusInput infrastructure and is not intended to be used directly from your code.
Explicit interface implementation Method Microsoft.StylusInput.IStylusSyncPlugin.StylusButtonUp This method supports the Microsoft.StylusInput infrastructure and is not intended to be used directly from your code.
Explicit interface implementation Method Microsoft.StylusInput.IStylusSyncPlugin.StylusDown This method supports the Microsoft.StylusInput infrastructure and is not intended to be used directly from your code.
Explicit interface implementation Method Microsoft.StylusInput.IStylusSyncPlugin.StylusInRange This method supports the Microsoft.StylusInput infrastructure and is not intended to be used directly from your code.
Explicit interface implementation Method Microsoft.StylusInput.IStylusSyncPlugin.StylusOutOfRange This method supports the Microsoft.StylusInput infrastructure and is not intended to be used directly from your code.
Explicit interface implementation Method Microsoft.StylusInput.IStylusSyncPlugin.StylusUp This method supports the Microsoft.StylusInput infrastructure and is not intended to be used directly from your code.
Explicit interface implementation Method Microsoft.StylusInput.IStylusSyncPlugin.SystemGesture This method supports the Microsoft.StylusInput infrastructure and is not intended to be used directly from your code.
Explicit interface implementation Method Microsoft.StylusInput.IStylusSyncPlugin.TabletAdded This method supports the Microsoft.StylusInput infrastructure and is not intended to be used directly from your code.
Explicit interface implementation Method Microsoft.StylusInput.IStylusSyncPlugin.TabletRemoved This method supports the Microsoft.StylusInput infrastructure and is not intended to be used directly from your code.
Explicit interface implementation Property Microsoft.StylusInput.IStylusAsyncPlugin.DataInterest  
Explicit interface implementation Property Microsoft.StylusInput.IStylusSyncPlugin.DataInterest  

Top

See Also

Reference

GestureRecognizer Class
Microsoft.StylusInput Namespace