InkAnalyzer.GetAlternates Method
Returns analysis alternates for a specified context.
Overload List
Name | Description |
---|---|
InkAnalyzer.GetAlternates () | Returns a AnalysisAlternateCollection that contains up to 10 analysis alternates for all ink associated with the ink analyzer. |
InkAnalyzer.GetAlternates (ContextNodeCollection) | Returns a AnalysisAlternateCollection that contains up to 10 analysis alternates for the nodes in a specified ContextNodeCollection. |
InkAnalyzer.GetAlternates (StrokeCollection) | Returns a AnalysisAlternateCollection that contains up to 10 analysis alternates for the specified strokes. |
InkAnalyzer.GetAlternates (ContextNodeCollection, Int32) | Returns a AnalysisAlternateCollection that contains up to the specified number of analysis alternates for the nodes that are in a specified ContextNodeCollection. |
InkAnalyzer.GetAlternates (StrokeCollection, Int32) | Returns a AnalysisAlternateCollection that contains up to the specified number of analysis alternates for the specified strokes. |
See Also
Reference
InkAnalyzer Class
InkAnalyzer Members
System.Windows.Ink Namespace
System.Windows.Ink.AnalysisAlternate
System.Windows.Ink.AnalysisAlternateCollection