[]
Creates a cubic Bezier curve between the current point and the specified end point.
public void AddBezier(PointF p1, PointF p2, PointF endPoint)
| Type | Name | Description |
|---|---|---|
| PointF | p1 | The first control point for the Bezier segment. |
| PointF | p2 | The second control point for the Bezier segment. |
| PointF | endPoint | The end point for the Bezier segment. |