InkAnalyzer.RemoveDataForStroke(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 stroke from the last ink analysis process.
public:
virtual void RemoveDataForStroke(unsigned int strokeId) = RemoveDataForStroke;
void RemoveDataForStroke(uint32_t const& strokeId);
public void RemoveDataForStroke(uint strokeId);
function removeDataForStroke(strokeId)
Public Sub RemoveDataForStroke (strokeId As UInteger)
Parameters
- strokeId
-
UInt32
unsigned int
uint32_t
The unique identifier of the ink stroke.