GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoShape Class / DrawLine Method
In This Topic
    DrawLine Method (GoShape)
    In This Topic
    Draw a straight line.
    Syntax
    public static void DrawLine( 
       Graphics g,
       GoView view,
       Pen pen,
       float x1,
       float y1,
       float x2,
       float y2
    )

    Parameters

    g
    view
    pen
    x1
    y1
    x2
    y2
    See Also