| PanAndZoomPictureBoxPanableAndZoomable Property |
http://www.emgu.com
Get or Set the property to enable(disable) Pan and Zoom
Namespace: Emgu.CV.UIAssembly: Emgu.CV.UI (in Emgu.CV.UI.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxprotected bool PanableAndZoomable { get; set; }Protected Property PanableAndZoomable As Boolean
Get
Set
protected:
property bool PanableAndZoomable {
bool get ();
void set (bool value);
}member PanableAndZoomable : bool with get, set
Property Value
Type:
Boolean
See Also