math.Rectangle<double> setHeight(double height_) => fromLTWH(topLeft, math.Point<double>(width, height_));