GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoShape Class / DrawLines Method
In This Topic
    DrawLines Method (GoShape)
    In This Topic
    Draw a connected sequence of straight lines.
    Syntax
    public static void DrawLines( 
       Graphics g,
       GoView view,
       Pen pen,
       PointF[] points
    )

    Parameters

    g
    view
    pen
    points
    See Also