[]
        
(Showing Draft Content)

C1.Util.Win.Win32.GetThemeBackgroundRegion

GetThemeBackgroundRegion Method

GetThemeBackgroundRegion(nint, nint, int, int, ref RECT, out nint)

Declaration
public static extern nint GetThemeBackgroundRegion(nint hTheme, nint hdc, int part, int state, ref Win32.RECT pRect, out nint pRegion)
Public Shared Function GetThemeBackgroundRegion(hTheme As IntPtr, hdc As IntPtr, part As Integer, state As Integer, ByRef pRect As Win32.RECT, ByRef pRegion As IntPtr) As IntPtr
Parameters
Type Name Description
nint hTheme
nint hdc
int part
int state
Win32.RECT pRect
nint pRegion
Returns
Type Description
nint