Esempio n. 1
0
 public Rectangle(Gwen.Rectangle rect)
 {
     target = rect;
 }
Esempio n. 2
0
 public Rectangle(int left, int top, int width, int height)
 {
     target = new Gwen.Rectangle(left, top, width, height);
 }