InkRecognizer Members
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Provides access to handwriting recognizers used by the InkAnalyzer.
The InkRecognizer type exposes the following members.
Methods
Name | Description | |
---|---|---|
Dispose | Releases all resources used by the InkRecognizer. | |
Equals | Determines whether the specified object is equal to the InkRecognizer. (Overrides Object.Equals(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 | Returns the hash code for this instance. (Overrides Object.GetHashCode().) | |
GetLanguages | Gets the identifiers for the locales that this InkRecognizer supports. | |
GetSupportedProperties | Gets the globally unique identifiers (GUIDs) for the properties that this InkRecognizer supports. | |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
GetUnicodeRanges | Returns a collection of UnicodeCharacterRange objects representing the supported Unicode character ranges. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetAsHighestPriorityInkRecognizer | Sets this InkRecognizer to the highest priority in the InkAnalyzer object's list of recognizers. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Operators
Name | Description | |
---|---|---|
Equality | Determines whether two specified InkRecognizer objects have the same value. | |
Inequality | Determines whether two specified InkRecognizer objects have different values. |
Top
Properties
Name | Description | |
---|---|---|
Capabilities | Gets the capabilities of the recognizer. | |
Guid | Gets the globally unique identifier (GUID) of the recognizer. | |
Name | Gets the name of the recognizer. | |
Vendor | Gets the vendor name of the InkRecognizer. |
Top