Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Returns analysis alternates for a specified context.
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 | |
---|---|---|
![]() |
GetAlternates() | Returns up to 10 analysis alternates for all ink associated with the ink analyzer. |
![]() |
GetAlternates(ContextNodeCollection) | Returns up to 10 analysis alternates for the nodes in a specified ContextNodeCollection. |
![]() |
GetAlternates(Strokes) | Returns up to 10 analysis alternates for the specified strokes. |
![]() |
GetAlternates(ContextNodeCollection, Int32) | Returns up to the specified number of analysis alternates for the nodes in a specified ContextNodeCollection. |
![]() |
GetAlternates(Strokes, Int32) | Returns up to the specified number of analysis alternates for the specified strokes. |
Top