InkRecognizerCollection.GetPriorityInkRecognizer Method
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Gets the first InkRecognizer in the collection that matches the specified parameters.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetPriorityInkRecognizer() | Gets the first InkRecognizer in the collection that supports the default locale. | |
GetPriorityInkRecognizer(Int32) | Gets the first recognizer in the collection that supports input from the specified locale. | |
GetPriorityInkRecognizer(InkRecognizerCapabilities) | Gets the first recognizer in the collection that supports the specified capabilities. | |
GetPriorityInkRecognizer(Int32, InkRecognizerCapabilities) | Gets the first recognizer in the collection that supports both the specified capabilities and input from the specified locale. |
Top