ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / GraphicsUtils.GdiDc Class / Ellipse(Rectangle,Color,Color) Method

In This Topic
    Ellipse(Rectangle,Color,Color) Method
    In This Topic
    Draws an ellipse.
    Syntax
    'Declaration
     
    Public Sub Ellipse( _
       ByVal bounds As System.Drawing.Rectangle, _
       ByVal borderColor As System.Drawing.Color, _
       ByVal fillColor As System.Drawing.Color _
    ) 
    public void Ellipse( 
       System.Drawing.Rectangle bounds,
       System.Drawing.Color borderColor,
       System.Drawing.Color fillColor
    )

    Parameters

    bounds
    borderColor
    fillColor
    See Also