InkAnalyzer.GetAlternates Method

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
Public method GetAlternates() Returns a AnalysisAlternateCollection that contains up to 10 analysis alternates for all ink associated with the ink analyzer.
Public method GetAlternates(ContextNodeCollection) Returns a AnalysisAlternateCollection that contains up to 10 analysis alternates for the nodes in a specified ContextNodeCollection.
Public method GetAlternates(StrokeCollection) Returns a AnalysisAlternateCollection that contains up to 10 analysis alternates for the specified strokes.
Public method GetAlternates(ContextNodeCollection, Int32) Returns a AnalysisAlternateCollection that contains up to the specified number of analysis alternates for nodes that are stored in a ContextNodeCollection.
Public method GetAlternates(StrokeCollection, Int32) Returns a AnalysisAlternateCollection that contains up to the specified number of analysis alternates for the specified strokes.

Top

See Also

Reference

InkAnalyzer Class

InkAnalyzer Members

System.Windows.Ink Namespace