Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / PathBuilder Class / AddQuadraticBeziers Method
Control point and the end point for one or several quadratic Bezier curves.

In This Topic
    AddQuadraticBeziers Method
    In This Topic
    Creates a sequence of quadratic Bezier curves and adds them to the figure.
    Syntax
    'Declaration
     
    Public Sub AddQuadraticBeziers( _
       ByVal ParamArray points() As System.Drawing.PointF _
    ) 
    public void AddQuadraticBeziers( 
       params System.Drawing.PointF[] points
    )

    Parameters

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