Exemplo n.º 1
0
 public static extern int FillRect(IntPtr hDC, ref RECT rect, IntPtr hBrush);
Exemplo n.º 2
0
 static public extern int ScrollWindowEx(IntPtr hWnd, int dx, int dy,
     ref RECT rcScroll, ref RECT rcClip, IntPtr UpdateRegion, ref RECT rcInvalidated, uint flags);
Exemplo n.º 3
0
 public static extern bool GetWindowRect(IntPtr hWnd, ref RECT rect);
Exemplo n.º 4
0
 public extern static int GetClientRect(IntPtr hWnd, ref RECT rc);
Exemplo n.º 5
0
 public extern static int DrawText(IntPtr hdc, string lpString, int nCount, ref RECT lpRect, int uFormat);
Exemplo n.º 6
0
 public static extern void SendMessage(IntPtr hWnd, int msg, int wParam, ref RECT lParam);
Exemplo n.º 7
0
 static public extern bool GetMenuItemRect(IntPtr hWnd, IntPtr hMenu, uint Item, ref RECT rc);