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);