Get or Set the zoom scale

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

Syntax

C#
public double ZoomScale { get; }
Visual Basic (Declaration)
Public ReadOnly Property ZoomScale As Double
Visual C++
public:
property double ZoomScale {
	double get ();
}

See Also