InkAnalyzer.RemoveDataForStrokes(IIterable<UInt32>) 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.
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
-
Windows.Foundation.Collections.IIterable<unsigned int>
IIterable<uint32_t>
The collection of unique ink stroke identifiers.