Returns the maximum width and height of two sizes
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public static SizeF Max(
SizeF size1,
SizeF size2
)
Public Shared Function Max (
size1 As SizeF,
size2 As SizeF
) As SizeF
static member Max :
size1 : SizeF *
size2 : SizeF -> SizeF
Parameters
- size1
- Type: Eto.DrawingSizeF
First size to get the maximum values - size2
- Type: Eto.DrawingSizeF
Second size to get the maximum values
Return Value
Type:
SizeFA new instance of a Size struct with the maximum width and height of either sizes
See Also