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