[]
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)
Type | Name | Description |
---|---|---|
IntPtr | hTheme | |
IntPtr | hdc | |
int | part | |
int | state | |
string | text | |
int | charCount | |
int | textFlags | |
int | textFlags2 | |
Win32.RECT | pRect |
Type | Description |
---|---|
IntPtr |