ComponentOne SuperTooltip for WinForms
C1.Win.8 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 System.IntPtr, _
       ByRef rc As Win32.RECT, _
       ByVal hbr As System.IntPtr _
    ) As System.Integer
    public static System.int FillRect( 
       System.IntPtr hDC,
       ref Win32.RECT rc,
       System.IntPtr hbr
    )

    Parameters

    hDC
    rc
    hbr
    See Also