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