[]
Creates a sequence of cubic Bezier curves and adds them to the figure.
public void AddCubicBeziers(params PointF[] points)
Public Sub AddCubicBeziers(ParamArray points As PointF())
Type | Name | Description |
---|---|---|
PointF[] | points | Control point 1, control point 2, and the end point for one or several cubic Bezier curves. |