コード例 #1
0
ファイル: User32.cs プロジェクト: Kuzq/gitter
 public static unsafe extern int DrawTextExW(IntPtr hDC, char* lpszString, int nCount, ref RECT lpRect, DT nFormat, ref DRAWTEXTPARAMS lpDTParams);
コード例 #2
0
 public static extern unsafe int DrawTextExW(IntPtr hDC, char *lpszString, int nCount, ref RECT lpRect, DT nFormat, ref DRAWTEXTPARAMS lpDTParams);