InkAnalyzer.AddDataForStroke(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 a single ink stroke to the ink analysis results.
public:
virtual void AddDataForStroke(InkStroke ^ stroke) = AddDataForStroke;
void AddDataForStroke(InkStroke const& stroke);
public void AddDataForStroke(InkStroke stroke);
function addDataForStroke(stroke)
Public Sub AddDataForStroke (stroke As InkStroke)
Parameters
- stroke
- InkStroke
The ink stroke from which to extract the data to add to the ink analysis results.