Creates a quadratic Bezier curve between the current point and the specified end point.
シンタックス
'宣言
Sub AddQuadraticBezier( _
ByVal As System.Drawing.PointF, _
ByVal As System.Drawing.PointF _
)
void AddQuadraticBezier(
System.Drawing.PointF ,
System.Drawing.PointF
)
パラメータ
- p1
- The control point of the quadratic Bezier segment.
- endPoint
- The end point of the quadratic Bezier segment.
参照