GoDigram for .NET Framework and .NET Core
Northwoods.Go.Pdf Namespace / GoPdfGenerator Class / DrawRectangle Method / DrawRectangle(Pen,Brush,RectangleF) Method
The pen with which to draw the rectangle
The brush with which to draw the rectangle
The rectangle to draw
In This Topic
    DrawRectangle(Pen,Brush,RectangleF) Method
    In This Topic
    Draws a rectangle.
    Syntax
    public void DrawRectangle( 
       Pen pen,
       Brush brush,
       RectangleF rect
    )

    Parameters

    pen
    The pen with which to draw the rectangle
    brush
    The brush with which to draw the rectangle
    rect
    The rectangle to draw
    See Also