public XRect(int x, int y, uint w, uint h) : base(x, y) { s = new XSize(w, h); }
public XRect() : base(0, 0) { s = new XSize(0, 0); }