Overload | Description |
---|---|
Union(NSize,NSize) | Returns a size whose width is the max of size1.Width and size2.Width, and whose height is the max of size1.Height and size2.Height. |
Union(NSize,NSize,NSize) | Returns a size whose width is the max of size1.Width, size2.Height and size3.Width, and whose height is the max of size1.Height, size2.Height and size3.Height. |