GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoShape Class / DrawEllipse Method
In This Topic
    DrawEllipse Method (GoShape)
    In This Topic
    Draw a possibly filled ellipse or circle.
    Syntax
    public static void DrawEllipse( 
       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