AddQuadraticBezier Method
Creates a quadratic Bezier curve between the current point and the specified end point.
public void AddQuadraticBezier(
System.Drawing.PointF ,
System.Drawing.PointF
)
'Declaration
Public Sub AddQuadraticBezier( _
ByVal As System.Drawing.PointF, _
ByVal As System.Drawing.PointF _
)
Parameters
- p1
- The control point of the quadratic Bezier segment.
- endPoint
- The end point of the quadratic Bezier segment.