コード例 #1
0
 public ValueIntRectangle GetUnion(IEnumerable <IRoundedRectangle> others)
 {
     return(GeometryHelper.GetUnion(this, others));
 }
コード例 #2
0
 public ValueIntRectangle GetUnion(IRoundedRectangle other)
 {
     return(GeometryHelper.GetUnion(this, other));
 }