public ValueIntRectangle GetUnion(IEnumerable <IRoundedRectangle> others)
 {
     return(GeometryHelper.GetUnion(this, others));
 }
 public ValueIntRectangle GetUnion(IRoundedRectangle other)
 {
     return(GeometryHelper.GetUnion(this, other));
 }