ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / C1.Util.Win Namespace / Win32 Class / FillRect Method / FillRect(IntPtr,Rectangle,IntPtr) Method

In This Topic
    FillRect(IntPtr,Rectangle,IntPtr) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Sub FillRect( _
       ByVal hdc As System.IntPtr, _
       ByVal bounds As System.Drawing.Rectangle, _
       ByVal hBrush As System.IntPtr _
    ) 
    public static void FillRect( 
       System.IntPtr hdc,
       System.Drawing.Rectangle bounds,
       System.IntPtr hBrush
    )

    Parameters

    hdc
    bounds
    hBrush
    See Also