Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / GraphicsUtils.GdiDc Class / FillRect Method / FillRect(Int32,Int32,Int32,Int32,IntPtr) Method

In This Topic
    FillRect(Int32,Int32,Int32,Int32,IntPtr) Method
    In This Topic
    Fills a rectangle.
    Syntax
    'Declaration
     
    Public Overloads Sub FillRect( _
       ByVal x As Integer, _
       ByVal y As Integer, _
       ByVal width As Integer, _
       ByVal height As Integer, _
       ByVal brush As IntPtr _
    ) 
    public void FillRect( 
       int x,
       int y,
       int width,
       int height,
       IntPtr brush
    )

    Parameters

    x
    y
    width
    height
    brush
    See Also