Ejemplo n.º 1
0
 public RECTA(int left_, int top_, int right_, int bottom_)
 {
     this        = new Native.RECTA();
     this.Left   = left_;
     this.Top    = top_;
     this.Right  = right_;
     this.Bottom = bottom_;
 }
Ejemplo n.º 2
0
 internal static extern bool GetClientRect(IntPtr hWnd, out Native.RECTA lpRect);
Ejemplo n.º 3
0
 internal static extern bool GetWindowRect(IntPtr hWnd, out Native.RECTA lpRect);
Ejemplo n.º 4
0
 public RECTA(int left_, int top_, int right_, int bottom_)
 {
     this = new Native.RECTA();
     this.Left = left_;
     this.Top = top_;
     this.Right = right_;
     this.Bottom = bottom_;
 }