Ejemplo n.º 1
0
 public static extern int FillRect(IntPtr hDC, ref Win32.Rect lprc, IntPtr hbr);
Ejemplo n.º 2
0
 public static extern int ScrollWindowEx(IntPtr hWnd, int dx, int dy, ref Win32.Rect prcScroll, ref Win32.Rect prcClip, IntPtr hrgnUpdate, IntPtr prcUpdate, int flags);
Ejemplo n.º 3
0
 public static extern int DrawTextEx(IntPtr hdc, string lpchText, int cchText, ref Win32.Rect lprc, uint dwDTFormat, [In][Out] Win32.DrawTextParams lpDTParams);
Ejemplo n.º 4
0
 public static extern int SendMessage(IntPtr hWnd, int msg, int wParam, ref Win32.Rect lParam);