InkRecognizerBase 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 for use with ink analysis.
The InkRecognizerBase type exposes the following members.
Methods
Name | Description | |
---|---|---|
Dispose | Releases all resources used by the InkRecognizerBase. | |
Equals | Determines whether the specified object is equal to the InkRecognizerBase. (Overrides Object.Equals(Object).) | |
Finalize | Frees the resources of this InkRecognizerBase before it is reclaimed by the garbage collector. (Overrides Object.Finalize().) | |
GetHashCode | Returns the hash code for this instance. (Overrides Object.GetHashCode().) | |
GetLanguages | Gets the identifiers for the locales that this InkRecognizerBase supports. | |
GetSupportedProperties | Gets the globally unique identifiers (GUIDs) for the properties that this InkRecognizerBase supports. | |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
GetUnicodeRanges | Returns an array of CharacterRanges representing the supported Unicode character ranges. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetAsHighestPriorityInkRecognizer | Sets this InkRecognizerBase to the highest priority in the InkAnalyzerBase internal ordered list of recognizers. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Operators
Name | Description | |
---|---|---|
Equality | Determines whether two specified InkRecognizerBase objects have the same value. | |
Inequality | Determines whether two specified InkRecognizerBase 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 InkRecognizerBase. |
Top