[]
        
(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)
Public Shared Function FillRect(hDC As IntPtr, ByRef rc As Win32.RECT, hbr As IntPtr) As Integer
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)
Public Shared Sub FillRect(hdc As IntPtr, bounds As Rectangle, hBrush As IntPtr)
Parameters
Type Name Description
nint hdc
Rectangle bounds
nint hBrush