In This Topic
Creates a cubic Bezier curve between the current point and the specified end point.
Syntax
'Declaration
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
)
Parameters
- 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.
See Also