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