InkAnalyzer.FindNodesOfType Method
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Returns the ContextNode objects of the specified type.
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 | |
---|---|---|
FindNodesOfType(Guid) | Returns all ContextNode objects of the specified type. | |
FindNodesOfType(Guid, ContextNode) | Returns the ContextNode objects of the specified type that are descendants of the specified ContextNode. | |
FindNodesOfType(Guid, Strokes) | Returns the ContextNode objects of the specified type that contain any of the strokes in the specified Strokes collection. |
Top