InkAnalyzer.GetAnalysisHints Method
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Returns analysis hints that are attached to the InkAnalyzer.
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 | |
---|---|---|
GetAnalysisHints() | Returns a ContextNodeCollection that contains all of the AnalysisHintNode objects that are attached to the InkAnalyzer. | |
GetAnalysisHints(String) | Returns a ContextNodeCollection containing all AnalysisHintNode objects of a specified name that are attached to the InkAnalyzer. |
Top