GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoShape Class / DrawBezier Method
In This Topic
    DrawBezier Method (GoShape)
    In This Topic
    Draw a Bezier curve.
    Syntax
    public static void DrawBezier( 
       Graphics g,
       GoView view,
       Pen pen,
       float x1,
       float y1,
       float x2,
       float y2,
       float x3,
       float y3,
       float x4,
       float y4
    )

    Parameters

    g
    view
    pen
    x1
    y1
    x2
    y2
    x3
    y3
    x4
    y4
    See Also