[]
        
(Showing Draft Content)

C1.Util.XLPath.AddQuadraticBezier

AddQuadraticBezier Method

AddQuadraticBezier(PointF, PointF)

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

Declaration
public void AddQuadraticBezier(PointF p1, PointF endPoint)
Parameters
Type Name Description
PointF p1

The control point of the quadratic Bezier segment.

PointF endPoint

The end point of the quadratic Bezier segment.