Exemplo n.º 1
0
 public static extern bool GetWindowRect(IntPtr hWnd, out RECT lpRect);
Exemplo n.º 2
0
 public bool Equals(RECT r)
 {
     return r.Left == Left && r.Top == Top && r.Right == Right && r.Bottom == Bottom;
 }
Exemplo n.º 3
0
 public static extern int DwmGetWindowAttribute(IntPtr hwnd, int dwAttribute, out RECT pvAttribute, int cbAttribute);