public RECT(RECT rcSrc) { left = rcSrc.left; top = rcSrc.top; right = rcSrc.right; bottom = rcSrc.bottom; }
internal static extern bool GetWindowRect(IntPtr hWnd, out RECT lpRect);