Пример #1
0
 public IntBounds2 set(IntBounds2 bounds)
 {
     set(bounds.minX, bounds.minY, bounds.maxX, bounds.maxY);
     return(this);
 }
Пример #2
0
 public IntBounds2(IntBounds2 bounds)
 {
     set(bounds);
 }