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
Public method Dispose Releases all resources used by the InkRecognizer.
Public method Equals Determines whether the specified object is equal to the InkRecognizer. (Overrides Object.Equals(Object).)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Returns the hash code for this instance. (Overrides Object.GetHashCode().)
Public method GetLanguages Gets the identifiers for the locales that this InkRecognizer supports.
Public method GetSupportedProperties Gets the globally unique identifiers (GUIDs) for the properties that this InkRecognizer supports.
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Public method GetUnicodeRanges Returns a collection of UnicodeCharacterRange objects representing the supported Unicode character ranges.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method SetAsHighestPriorityInkRecognizer Sets this InkRecognizer to the highest priority in the InkAnalyzer object's list of recognizers.
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Operators

  Name Description
Public operatorStatic member Equality Determines whether two specified InkRecognizer objects have the same value.
Public operatorStatic member Inequality Determines whether two specified InkRecognizer objects have different values.

Top

Properties

  Name Description
Public property Capabilities Gets the capabilities of the recognizer.
Public property Guid Gets the globally unique identifier (GUID) of the recognizer.
Public property Name Gets the name of the recognizer.
Public property Vendor Gets the vendor name of the InkRecognizer.

Top

See Also

Reference

InkRecognizer Class

System.Windows.Ink Namespace