InkAnalyzer.AddDataForStrokes(IIterable<InkStroke>) Method

Definition

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

IIterable<InkStroke>

IEnumerable<InkStroke>

The collection of ink strokes from which to extract the data to add to the ink analysis results.

Applies to