Share via


CD2DGeometrySink::AddQuadraticBezier

Creates a quadratic Bezier curve between the current point and the specified end point.

void AddQuadraticBezier(
   const D2D1_QUADRATIC_BEZIER_SEGMENT& bezier
);

Parameters

  • bezier
    A structure that describes the control point and the end point of the quadratic Bezier curve to add.

Requirements

Header: afxrendertarget.h

See Also

Reference

CD2DGeometrySink Class