GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoShape Class / DrawRectangle Method
In This Topic
    DrawRectangle Method (GoShape)
    In This Topic
    Draw a possibly filled rectangle or square.
    Syntax
    public static void DrawRectangle( 
       Graphics g,
       GoView view,
       Pen pen,
       Brush brush,
       float x,
       float y,
       float width,
       float height
    )

    Parameters

    g
    view
    pen
    brush
    x
    y
    width
    height
    See Also