GoDigram for .NET Framework and .NET Core
Northwoods.Go.Pdf Namespace / GoPdfGenerator Class / DrawEllipse Method / DrawEllipse(Pen,Brush,Single,Single,Single,Single) Method
The pen with which to draw the ellipse
The brush with which to draw the ellipse
The x coordinate of the center of the ellipse
The y coordinate of the center of the ellipse
The x radius of the ellipse
The y radius of the ellipse
In This Topic
    DrawEllipse(Pen,Brush,Single,Single,Single,Single) Method
    In This Topic
    Draws an ellipse.
    Syntax
    public void DrawEllipse( 
       Pen pen,
       Brush brush,
       float cx,
       float cy,
       float rx,
       float ry
    )

    Parameters

    pen
    The pen with which to draw the ellipse
    brush
    The brush with which to draw the ellipse
    cx
    The x coordinate of the center of the ellipse
    cy
    The y coordinate of the center of the ellipse
    rx
    The x radius of the ellipse
    ry
    The y radius of the ellipse
    See Also