public bool Equals(Rect r) { return r.Left == this.Left && r.Top == this.Top && r.Right == this.Right && r.Bottom == this.Bottom; }
public static extern bool GetClientRect(IntPtr WindowHandle, out Rect Rect);