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