Exemple #1
0
 public static extern int DrawTextEx(
     IntPtr hdc,
     string lpchText,
     int cchText,
     ref ssRECT lprc,
     uint dwDTFormat,
     ref ssDRAWTEXTPARAMS lpDTParams
     );
Exemple #2
0
 public static extern int FillRect(
     IntPtr HDC,
     ref ssRECT lprc,
     IntPtr hbr
     );
Exemple #3
0
 public static extern bool InvalidateRect(
     IntPtr hWnd,
     ref ssRECT lpRect,
     bool bErase);