Get the minimum of the two sizes

Namespace:  Emgu.CV.UI
Assembly:  Emgu.CV.UI (in Emgu.CV.UI.dll) Version: 2.0.0.0 (2.0.0.0)

Syntax

C#
protected internal static Size Min(
	Size s1,
	Size s2
)
Visual Basic (Declaration)
Protected Friend Shared Function Min ( _
	s1 As Size, _
	s2 As Size _
) As Size
Visual C++
protected public:
static Size Min(
	Size s1, 
	Size s2
)

Parameters

s1
Type: System.Drawing..::.Size
The first size
s2
Type: System.Drawing..::.Size
The second size

Return Value

The minimum of the two sizes

See Also