InkAnalyzerBase.FindInkLeafNodes Method
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Returns the ink leaf nodes, which are the ContextNodeBase objects that contain ink strokes.
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 | |
---|---|---|
FindInkLeafNodes() | Returns all of the ink leaf nodes, which are the ContextNodeBase objects that contain stroke data. | |
FindInkLeafNodes(array<Int32[]) | Returns the ink leaf nodes that contain the specified stroke data. |
Top