Ejemplo n.º 1
0
 public XRect(int x, int y, uint w, uint h)
     : base(x, y)
 {
     s = new XSize(w, h);
 }
Ejemplo n.º 2
0
 public XRect()
     : base(0, 0)
 {
     s = new XSize(0, 0);
 }