[]
        
(Showing Draft Content)

C1.Util.Win.Win32.FillRect

FillRect Method

FillRect(nint, ref RECT, nint)

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

FillRect(nint, Rectangle, nint)

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