http://www.emgu.com
Assembly: Emgu.CV.UI (in Emgu.CV.UI.dll) Version: 2.4.2.1777 (2.4.2.1777)
Get the minimum of the two sizes
Namespace: Emgu.CV.UIAssembly: Emgu.CV.UI (in Emgu.CV.UI.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
protected internal static Size Min( Size s1, Size s2 ) |
Visual Basic |
---|
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