InkAnalyzer.GetAlternates - метод
Включить защищенные члены
Включить унаследованные члены
Включить члены .NET Framework
Включить члены .NET Compact Framework
Включить члены XNA Framework
Обновлен: Ноябрь 2007
Returns analysis alternates for a specified context.
Список перегрузки
Имя | Описание | |
---|---|---|
![]() |
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. |
В начало страницы