Draws a Bézier Curve from current point to the specified point.
Overload List
public void CurveTo( PointF c, PointF p );public void CurveTo( double cx, double cy, double x, double y );