[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.GeometrySink.AddBezier

AddBezier Method

AddBezier(BezierSegment)

Creates a cubic Bezier curve between the current point and the specified endpoint.

Declaration
void AddBezier(BezierSegment bezier)
Parameters
Type Name Description
BezierSegment bezier

A structure that describes the control points and endpoint of the Bezier curve to add.