InkAnalyzer.AddDataForStrokes(IIterable<InkStroke>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds data for multiple ink strokes to the ink analysis results.
public:
virtual void AddDataForStrokes(IIterable<InkStroke ^> ^ strokes) = AddDataForStrokes;
void AddDataForStrokes(IIterable<InkStroke> const& strokes);
public void AddDataForStrokes(IEnumerable<InkStroke> strokes);
function addDataForStrokes(strokes)
Public Sub AddDataForStrokes (strokes As IEnumerable(Of InkStroke))
Parameters
- strokes
The collection of ink strokes from which to extract the data to add to the ink analysis results.