Share via


InkRecognizerCollection Members

Include Protected Members
Include Inherited Members

Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members

Contains InkRecognizer objects that can recognize handwriting from various locales.

The InkRecognizerCollection type exposes the following members.

Methods

  Name Description
Public method CopyTo Copies the elements of the collection to an InkRecognizer array, starting at a particular index.
Public method Equals Determines whether the specified InkRecognizerCollection is equal to the current InkRecognizerCollection. (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 GetEnumerator Returns an enumerator that you can use to iterate through the collection.
Public method GetHashCode This object overrides [T:System.Object.GetHashCode()]. (Overrides Object.GetHashCode().)
Public method GetPriorityInkRecognizer Overloaded. Gets the first InkRecognizer in the collection that matches the specified parameters.
Public method GetType Gets the type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
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 InkRecognizerCollection objects are equal.
Public operatorStatic member Inequality Determines whether two specified InkRecognizerCollection objects are unequal.

Top

Properties

  Name Description
Public property Count Gets the number of elements in the collection.
Public property IsSynchronized Gets a value that indicates whether access to the collection is synchronized (thread safe).
Public property Item Gets the element at the specified index.
Public property SyncRoot Gets an object that can be used to synchronize access to the collection.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ICollection.CopyTo
Explicit interface implemetationPrivate method IEnumerable.GetEnumerator

Top

See Also

Reference

InkRecognizerCollection Class

System.Windows.Ink Namespace