Exemple #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_;
 }
Exemple #2
0
 internal static extern bool GetClientRect(IntPtr hWnd, out Native.RECTA lpRect);
Exemple #3
0
 internal static extern bool GetWindowRect(IntPtr hWnd, out Native.RECTA lpRect);
Exemple #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_;
 }