CurveTo(PointF,PointF,PointF) Method
In This Topic
Extend the current figure by drawing a Bezier curve from the last
point to another point, with two control points to guide the curve.
Syntax
Parameters
- c1
- the first control point
- c2
- the second control point
- p
- the destination point
See Also