InkAnalyzerBase.AddStrokes Method
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Adds stroke data for multiple strokes to the ink analyzer.
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 | |
---|---|---|
AddStrokes(array<Int32[], array<Int32[], array<Int32[], array<Guid[]) | Adds stroke data for multiple strokes to the ink analyzer and assigns the active input thread's culture identifier to the strokes. | |
AddStrokes(array<Int32[], array<Int32[], array<Int32[], array<Guid[], Int32) | Adds stroke data for multiple strokes to the ink analyzer and assigns the specified culture identifier to the strokes. |
Top