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

In This Topic
    FillRect(Rectangle,Color) Method
    In This Topic
    Fills a rectangle.
    Syntax
    'Declaration
     
    Public Overloads Sub FillRect( _
       ByVal rect As System.Drawing.Rectangle, _
       ByVal color As System.Drawing.Color _
    ) 
    public void FillRect( 
       System.Drawing.Rectangle rect,
       System.Drawing.Color color
    )

    Parameters

    rect
    color
    See Also