[]
        
(Showing Draft Content)

C1.Util.Win.Win32.FillRect

FillRect Method

FillRect(IntPtr, ref RECT, IntPtr)

Declaration
public static extern int FillRect(IntPtr hDC, ref Win32.RECT rc, IntPtr hbr)
Parameters
Type Name Description
IntPtr hDC
Win32.RECT rc
IntPtr hbr
Returns
Type Description
int

FillRect(IntPtr, Rectangle, IntPtr)

Declaration
public static void FillRect(IntPtr hdc, Rectangle bounds, IntPtr hBrush)
Parameters
Type Name Description
IntPtr hdc
Rectangle bounds
IntPtr hBrush