inline Size<T> ExpandedToHeight(T h) const;
ExpandedToHeight expands (unions) the Height of the current size to a passed value by comparing them. The greater component is chosen. The following expression may be used to represent the result:
(Width, Height) = (Width, max(Height, h))
A Size reference to the current string whose Height represent the union of its original Height and a passed value.
ExpandedTo ExpandedToWidth