Click or drag to resize

SizeFMin Method

Returns the minimum width and height of two sizes

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static SizeF Min(
	SizeF size1,
	SizeF size2
)

Parameters

size1
Type: Eto.DrawingSizeF
First size to get the minimum values
size2
Type: Eto.DrawingSizeF
Second size to get the minimum values

Return Value

Type: SizeF
A new instance of a Size struct with the minimum width and height of either sizes
See Also