math.Rectangle<double> setWidth(double width_) => fromLTWH(topLeft, math.Point<double>(width_, height));