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