GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDrawing Class / CurveTo Method / CurveTo(PointF,PointF,PointF) Method
the first control point
the second control point
the destination point
In This Topic
    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
    public void CurveTo( 
       PointF c1,
       PointF c2,
       PointF p
    )

    Parameters

    c1
    the first control point
    c2
    the second control point
    p
    the destination point
    See Also