FillRect(IntPtr,RECT,IntPtr) Method
In This Topic
Syntax
'Declaration
Public Overloads Shared Function FillRect( _
ByVal As IntPtr, _
ByRef As Win32.RECT, _
ByVal As IntPtr _
) As Integer
public static int FillRect(
IntPtr ,
ref Win32.RECT ,
IntPtr
)
Parameters
- hDC
- rc
- hbr
See Also