[]
        
(Showing Draft Content)

C1.Util.Win.Win32.DrawThemeText

DrawThemeText Method

DrawThemeText(IntPtr, IntPtr, int, int, string, int, int, int, ref RECT)

Declaration
public static extern IntPtr DrawThemeText(IntPtr hTheme, IntPtr hdc, int part, int state, string text, int charCount, int textFlags, int textFlags2, ref Win32.RECT pRect)
Parameters
Type Name Description
IntPtr hTheme
IntPtr hdc
int part
int state
string text
int charCount
int textFlags
int textFlags2
Win32.RECT pRect
Returns
Type Description
IntPtr