IInkStrokeDisp::get_BezierPoints method (msinkaut.h)

Gets the array of control points that represent the Bezier approximation of the stroke.

This property is read-only.

Syntax

HRESULT get_BezierPoints(
  VARIANT *Points
);

Parameters

Points

Return value

None

Remarks

The control points that the BezierPoints property returns provide a smooth approximation of the original stroke and do not necessarily lie on the stroke.

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

See also

BezierCusps Property

IInkStrokeDisp Interface