InkAnalyzer.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 AnalysisHintNode with an empty area to the ink analyzer. | |
CreateAnalysisHint(Rect) | Adds a new AnalysisHintNode with the specified area to the ink analyzer. |
Top