Esempio n. 1
0
 public RECT(Rectangle rect)
 {
     this        = new Fusionbird.FusionToolkit.NativeMethods.RECT();
     this.Left   = rect.Left;
     this.Top    = rect.Top;
     this.Right  = rect.Right;
     this.Bottom = rect.Bottom;
 }
Esempio n. 2
0
 public RECT(Rectangle rect)
 {
     this = new Fusionbird.FusionToolkit.NativeMethods.RECT();
     this.Left = rect.Left;
     this.Top = rect.Top;
     this.Right = rect.Right;
     this.Bottom = rect.Bottom;
 }