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