Method MaxWidthHeight
MaxWidthHeight(SizeD[])
Returns the larger of the specified SizeD values.
public static SizeD MaxWidthHeight(SizeD[] sizes)
Parameters
Returns
Exceptions
- ArgumentOutOfRangeException
if
sizes
is an empty array.
Returns the larger of the specified SizeD values.
public static SizeD MaxWidthHeight(SizeD[] sizes)
if sizes
is
an empty array.