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 represent the ability to recognize handwriting from various locales.
The InkRecognizerCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
CopyTo | Copies the elements of the collection to an InkRecognizer array, starting at a particular index. | |
Equals | Determines whether the specified InkRecognizerCollection is equal to the current InkRecognizerCollection. (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.) | |
GetEnumerator | Returns an enumerator that can iterate through the collection. | |
GetHashCode | Gets the hash code for the InkRecognizerCollection instance. (Overrides Object.GetHashCode().) | |
GetPriorityInkRecognizer | Overloaded. Gets the first InkRecognizer in the collection that matches the specified parameters. | |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Operators
Name | Description | |
---|---|---|
Equality | Determines whether two specified InkRecognizerCollection objects have the same value. | |
Inequality | Determines whether two specified InkRecognizerCollection objects have different values. |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of elements in the collection. | |
IsSynchronized | Gets a value that indicates whether access to the collection is synchronized (thread safe). | |
Item | Gets the element at the specified index. | |
SyncRoot | Gets an object that can be used to synchronize access to the collection. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection.CopyTo | ||
IEnumerable.GetEnumerator |
Top