Edit

ID2D1GeometrySink::AddQuadraticBezier methods

Creates a quadratic Bezier curve between the current point and the specified end point and adds it to the geometry sink.

Overload list

Method Description
AddQuadraticBezier(D2D1_QUADRATIC_BEZIER_SEGMENT&) Creates a quadratic Bezier curve between the current point and the specified end point.
AddQuadraticBezier(D2D1_QUADRATIC_BEZIER_SEGMENT*) Creates a quadratic Bezier curve between the current point and the specified endpoint.

Requirements

Requirement Value
Header
D2d1.h
Library
D2d1.lib
DLL
D2d1.dll

See also

ID2D1GeometrySink