'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.