C1.Win.4.8 Assembly / C1.Util.Win Namespace / Win32 Class / FillRect Method / FillRect(IntPtr,RECT,IntPtr) Method

In This Topic
FillRect(IntPtr,RECT,IntPtr) Method
In This Topic
Syntax
'Declaration
 
Public Overloads Shared Function FillRect( _
   ByVal hDC As IntPtr, _
   ByRef rc As Win32.RECT, _
   ByVal hbr As IntPtr _
) As Integer
 

Parameters

hDC
rc
hbr
See Also