InkAnalyzerBase.CreateAnalysisHint Method
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Adds a new analysis hint to the ink analyzer.
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 | |
---|---|---|
CreateAnalysisHint() | Adds a new analysis hint with an empty area to the ink analyzer. | |
CreateAnalysisHint(Int32, Int32, Int32, Int32) | Adds a new ContextNodeBase that has a type of AnalysisHint with the specified area to the ink analyzer. |
Top