InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 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 IntPtr, _
       ByVal bounds As Rectangle, _
       ByVal hBrush As IntPtr _
    ) 
    public static void FillRect( 
       IntPtr hdc,
       Rectangle bounds,
       IntPtr hBrush
    )

    Parameters

    hdc
    bounds
    hBrush
    See Also