Beispiel #1
0
 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);