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