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

    Parameters

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