ComponentOne ReportViewer for ASP.NET Web Forms
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 System.Integer, _
       ByVal y As System.Integer, _
       ByVal width As System.Integer, _
       ByVal height As System.Integer, _
       ByVal brush As System.IntPtr _
    ) 
    public void FillRect( 
       System.int x,
       System.int y,
       System.int width,
       System.int height,
       System.IntPtr brush
    )

    Parameters

    x
    y
    width
    height
    brush
    See Also