math.Rectangle<double> expansionLT(math.Point<double> value) { return fromLTWH( topLeft, math.Point<double>(width + value.x, height + value.y)); }