示例#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);