Exemple #1
0
 public RECT(int iLeft, int iTop, int iRight, int iBottom)
 {
     this        = new MyGlassEffect.APIs.RECT();
     this.Left   = iLeft;
     this.Top    = iTop;
     this.Right  = iRight;
     this.Bottom = iBottom;
 }
 public RECT(int iLeft, int iTop, int iRight, int iBottom)
 {
     this = new MyGlassEffect.APIs.RECT();
     this.Left = iLeft;
     this.Top = iTop;
     this.Right = iRight;
     this.Bottom = iBottom;
 }