InkAnalyzer.FindNodes Method
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Returns the ContextNode objects that match the specified criteria.
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 | |
---|---|---|
FindNodes(MatchesCriteriaCallback, Object) | Returns all of the ContextNode objects that match the specified criteria. | |
FindNodes(MatchesCriteriaCallback, Object, ContextNode) | Returns the ContextNode objects that are descendants of the specified ContextNode and that match the specified criteria. |
Top