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