'宣言 Public Sub AddQuadraticBeziers( _ ByVal ParamArray points() As System.Drawing.PointF _ )
public void AddQuadraticBeziers( params System.Drawing.PointF[] points )
パラメータ
- points
- Control point and the end point for one or several quadratic Bezier curves.