GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoDrawing Class / CurveTo Method / CurveTo(Single,Single,Single,Single,Single,Single) Method
In This Topic
    CurveTo(Single,Single,Single,Single,Single,Single) 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( 
       float c1x,
       float c1y,
       float c2x,
       float c2y,
       float x,
       float y
    )

    Parameters

    c1x
    c1y
    c2x
    c2y
    x
    y
    Remarks
    See Also