Exemplo n.º 1
0
 public IndentRect(MutableRect r, int i = 1)
 {
     rect = r;
     offset = i;
     offset = Helpers.IndentMultiplier*i;
     rect.x += offset;
     rect.width -= offset;
 }
Exemplo n.º 2
0
 public IndentRect(MutableRect r, int i = 1)
 {
     rect        = r;
     offset      = i;
     offset      = Helpers.IndentMultiplier * i;
     rect.x     += offset;
     rect.width -= offset;
 }