コード例 #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);
 }