Table of Contents

Method MaxWidthHeight

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

MaxWidthHeight(SizeD[])

Returns the larger of the specified SizeD values.

public static SizeD MaxWidthHeight(SizeD[] sizes)

Parameters

sizes SizeD[]

Array of SizeD values.

Returns

SizeD

Exceptions

ArgumentOutOfRangeException

if sizes is an empty array.