[]
Creates a quadratic Bezier curve between the current point and the specified end point.
public void AddQuadraticBezier(PointF p1, PointF endPoint)
Public Sub AddQuadraticBezier(p1 As PointF, endPoint As PointF)
Type | Name | Description |
---|---|---|
PointF | p1 | The control point of the quadratic Bezier segment. |
PointF | endPoint | The end point of the quadratic Bezier segment. |