GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoShape Class / DrawPolygon Method
In This Topic
    DrawPolygon Method
    In This Topic
    Draw a possibly filled polygon.
    Syntax
    public static void DrawPolygon( 
       Graphics g,
       GoView view,
       Pen pen,
       Brush brush,
       PointF[] points
    )

    Parameters

    g
    view
    pen
    brush
    points
    See Also