Get the minimum of the two sizes

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

Syntax

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

Parameters

s1
Size
The first size
s2
Size
The second size

Return Value

The minimum of the two sizes

See Also