GetThemeBackgroundRegion Method (Win32)
In This Topic
Syntax
'Declaration
Public Shared Function GetThemeBackgroundRegion( _
ByVal As IntPtr, _
ByVal As IntPtr, _
ByVal As Integer, _
ByVal As Integer, _
ByRef As Win32.RECT, _
ByRef As IntPtr _
) As IntPtr
public static IntPtr GetThemeBackgroundRegion(
IntPtr ,
IntPtr ,
int ,
int ,
ref Win32.RECT ,
out IntPtr
)
Parameters
- hTheme
- hdc
- part
- state
- pRect
- pRegion
See Also