InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Util.Win Namespace / Win32 Class / FillRect Method / FillRect(IntPtr,RECT,IntPtr) Method

In This Topic
    FillRect(IntPtr,RECT,IntPtr) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function FillRect( _
       ByVal hDC As IntPtr, _
       ByRef rc As Win32.RECT, _
       ByVal hbr As IntPtr _
    ) As Integer
    public static int FillRect( 
       IntPtr hDC,
       ref Win32.RECT rc,
       IntPtr hbr
    )

    Parameters

    hDC
    rc
    hbr
    See Also