Reports for WinForms | ComponentOne
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 Rectangle, _
       ByVal color As Color _
    ) 
    public void FillRect( 
       Rectangle rect,
       Color color
    )

    Parameters

    rect
    color
    See Also