InkRecognizerBaseCollection Members
Contains InkRecognizerBase objects that represent the ability to recognize handwriting from various locales.
The following tables list the members exposed by the InkRecognizerBaseCollection type.
Public 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
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
CopyTo | Copies the elements of the collection to an InkRecognizerBase array, starting at a particular index. | |
Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) | |
GetEnumerator | Returns an enumerator that can iterate through the collection. | |
GetHashCode | Serves as a hash function for a particular type. (inherited from Object) | |
GetPriorityInkRecognizer | Overloaded. Gets the first InkRecognizerBase in the collection that matches the specified parameters. | |
GetType | Gets the Type of the current instance. (inherited from Object) | |
ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) | |
ToString | Returns a String that represents the current Object. (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.Collections.ICollection.CopyTo | This method supports the InkAnalyzer infrastructure and is not intended to be used directly from your code. | |
System.Collections.IEnumerable.GetEnumerator | This method supports the InkAnalyzer infrastructure and is not intended to be used directly from your code. |
Top
See Also
Reference
InkRecognizerBaseCollection Class
System.Windows.Ink.AnalysisCore Namespace
System.Windows.Ink.AnalysisCore.InkAnalyzerBase.InkRecognizersByPriority
System.Windows.Ink.AnalysisCore.InkRecognizerBase