Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / PathBuilder Class / AddCubicBeziers Method
Control point 1, control point 2, and the end point for one or several cubic Bezier curves.

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

    Parameters

    points
    Control point 1, control point 2, and the end point for one or several cubic Bezier curves.
    See Also