[]
        
(Showing Draft Content)

C1.Util.Win.Win32.DrawThemeText

DrawThemeText Method

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

Declaration
public static extern nint DrawThemeText(nint hTheme, nint hdc, int part, int state, string text, int charCount, int textFlags, int textFlags2, ref Win32.RECT pRect)
Public Shared Function DrawThemeText(hTheme As IntPtr, hdc As IntPtr, part As Integer, state As Integer, text As String, charCount As Integer, textFlags As Integer, textFlags2 As Integer, ByRef pRect As Win32.RECT) As IntPtr
Parameters
Type Name Description
nint hTheme
nint hdc
int part
int state
string text
int charCount
int textFlags
int textFlags2
Win32.RECT pRect
Returns
Type Description
nint