Sdílet prostřednictvím


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
Public method Dispose Releases all resources used by the InkRecognizerBase.
Public method Equals Determines whether the specified object is equal to the InkRecognizerBase. (Overrides Object.Equals(Object).)
Protected method Finalize Frees the resources of this InkRecognizerBase before it is reclaimed by the garbage collector. (Overrides Object.Finalize().)
Public method GetHashCode Returns the hash code for this instance. (Overrides Object.GetHashCode().)
Public method GetLanguages Gets the identifiers for the locales that this InkRecognizerBase supports.
Public method GetSupportedProperties Gets the globally unique identifiers (GUIDs) for the properties that this InkRecognizerBase supports.
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Public method GetUnicodeRanges Returns an array of CharacterRanges 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 InkRecognizerBase to the highest priority in the InkAnalyzerBase internal ordered 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 InkRecognizerBase objects have the same value.
Public operatorStatic member Inequality Determines whether two specified InkRecognizerBase 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 InkRecognizerBase.

Top

See Also

Reference

InkRecognizerBase Class

System.Windows.Ink.AnalysisCore Namespace