GoDigram for .NET Framework and .NET Core
Northwoods.Go.Pdf Namespace / GoPdfGenerator Class / DrawRoundedRectangle Method / DrawRoundedRectangle(Pen,Brush,RectangleF,SizeF) Method
The pen with which to draw the rounded rectangle
The brush with which to draw the rounded rectangle
The rectangle to draw
A SizeF object containing the x and y radii of the rounded corners
In This Topic
    DrawRoundedRectangle(Pen,Brush,RectangleF,SizeF) Method
    In This Topic
    Draws a rectangle with rounded corners.
    Syntax
    public void DrawRoundedRectangle( 
       Pen pen,
       Brush brush,
       RectangleF rect,
       SizeF corner
    )

    Parameters

    pen
    The pen with which to draw the rounded rectangle
    brush
    The brush with which to draw the rounded rectangle
    rect
    The rectangle to draw
    corner
    A SizeF object containing the x and y radii of the rounded corners
    See Also