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