InkAnalyzer.FindInkLeafNodes Method
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Returns ink leaf nodes that contain ink strokes, also known as ContextNode objects.
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 a ContextNodeCollection that contains all ink leaf nodes (ink leaf nodes are the ContextNode objects that contain ink strokes). | |
FindInkLeafNodes(StrokeCollection) | Returns a ContextNodeCollection containing ink leaf nodes that contain certain specified strokes. |
Top