static math.Rectangle<double> fromLTWH( math.Point<double> topLeft, math.Point<double> size, ) => math.Rectangle<double>(topLeft.x, topLeft.y, size.x, size.y);