public Rectangle(Gwen.Rectangle rect) { target = rect; }
public Rectangle(int left, int top, int width, int height) { target = new Gwen.Rectangle(left, top, width, height); }