Nevron.Interop.Win32 Namespace / NUxTheme Class / DrawThemeBackground Method / DrawThemeBackground(IntPtr,Graphics,Int32,Int32,Rectangle) Method


DrawThemeBackground(IntPtr,Graphics,Int32,Int32,Rectangle) Method
Syntax
'Declaration
 
Public Overloads Shared Sub DrawThemeBackground( _
   ByVal hTheme As System.IntPtr, _
   ByVal g As System.Drawing.Graphics, _
   ByVal part As System.Integer, _
   ByVal state As System.Integer, _
   ByVal r As System.Drawing.Rectangle _
) 
 
'Usage
 
Dim hTheme As System.IntPtr
Dim g As System.Drawing.Graphics
Dim part As System.Integer
Dim state As System.Integer
Dim r As System.Drawing.Rectangle
 
NUxTheme.DrawThemeBackground(hTheme, g, part, state, r)

Parameters

hTheme
g
part
state
r
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also