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