[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.PathBuilder.AddQuadraticBeziers

AddQuadraticBeziers Method

AddQuadraticBeziers(params PointF[])

Creates a sequence of quadratic Bezier curves and adds them to the figure.

Declaration
public void AddQuadraticBeziers(params PointF[] points)
Public Sub AddQuadraticBeziers(ParamArray points As PointF())
Parameters
Type Name Description
PointF[] points

Control point and the end point for one or several quadratic Bezier curves.