GestureRecognizer Members
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Reacts to events by recognizing gestures and adding gesture data into the input queue.
The GestureRecognizer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
GestureRecognizer | Initializes a new instance of the GestureRecognizer class. |
Top
Methods
Name | Description | |
---|---|---|
Dispose | Releases resources used by the GestureRecognizer object. | |
EnableGestures | Sets a value that indicates whether or not the GestureRecognizer object has interest in a known application gesture. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Reset | Clears the GestureRecognizer object of past stroke information. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
GestureRecognitionDataGuid | Indicates within a CustomStylusData object that the Data property contains GestureRecognitionData from a GestureRecognizer. |
Top
Properties
Name | Description | |
---|---|---|
Enabled | Gets or sets a value that indicates whether gesture recognition is enabled. | |
MaxStrokeCount | Gets or sets the maximum number of strokes allowed per gesture recognition. |
Top
Explicit Interface Implementations
Top