Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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

IIterable<InkStroke>

IEnumerable<InkStroke>

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

Applies to


Feedback

Was this page helpful?