Get or Set the property to enable(disable) Pan and Zoom

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 bool PanableAndZoomable { get; set; }
Protected Property PanableAndZoomable As Boolean
	Get
	Set
protected:
property bool PanableAndZoomable {
	bool get ();
	void set (bool value);
}

See Also