示例#1
0
文件: ssGDI.cs 项目: collumww/ssV3
 public static extern int DrawTextEx(
     IntPtr hdc,
     string lpchText,
     int cchText,
     ref ssRECT lprc,
     uint dwDTFormat,
     ref ssDRAWTEXTPARAMS lpDTParams
     );
示例#2
0
文件: ssGDI.cs 项目: collumww/ssV3
 public static extern int FillRect(
     IntPtr HDC,
     ref ssRECT lprc,
     IntPtr hbr
     );
示例#3
0
文件: ssGDI.cs 项目: collumww/ssV3
 public static extern bool InvalidateRect(
     IntPtr hWnd,
     ref ssRECT lpRect,
     bool bErase);