InkAnalyzer.RemoveDataForStrokes(IIterable<UInt32>) Method

Definition

Delete all nodes for the specified ink strokes from the last ink analysis process.

public:
 virtual void RemoveDataForStrokes(IIterable<unsigned int> ^ strokeIds) = RemoveDataForStrokes;
void RemoveDataForStrokes(IIterable<uint32_t> const& strokeIds);
public void RemoveDataForStrokes(IEnumerable<uint> strokeIds);
function removeDataForStrokes(strokeIds)
Public Sub RemoveDataForStrokes (strokeIds As IEnumerable(Of UInteger))

Parameters

strokeIds

IIterable<UInt32>

IEnumerable<UInt32>

Windows.Foundation.Collections.IIterable

IIterable<uint32_t>

The collection of unique ink stroke identifiers.

Applies to