[]
        
(Showing Draft Content)

GrapeCity.Documents.Imaging.PathBuilder.AddCubicBeziers

AddCubicBeziers Method

AddCubicBeziers(params PointF[])

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

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

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