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