示例#1
0
 static public IEnumerable <RectInt> SubstractionRemainder(
     this RectInt minuend,
     RectInt subtrahend) => minuend.Diferenz(subtrahend);