IInkStrokeDisp::get_BezierCusps method (msinkaut.h)
Gets an array that contains the indices of the cusps of the Bezier approximation of the stroke.
This property is read-only.
Syntax
HRESULT get_BezierCusps(
VARIANT *Cusps
);
Parameters
Cusps
Return value
None
Remarks
Note The array of Bezier control points that the BezierPoints property returns are made up of x and y values. The BezierCusps property refers only to the x values in this array. The y values can be retrieved by an action similar to the following below.
The following code extracts the x and y values of the Bezier cusps of an IInkStrokeDisp, theStroke
, and stores them in a two-dimensional array called BezierCuspValues
.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP Tablet PC Edition [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | msinkaut.h |
Library | InkObj.dll |