The event to fire when the zoom scale is changed
Namespace:
Emgu.CV.UIAssembly: Emgu.CV.UI (in Emgu.CV.UI.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
public event EventHandler OnZoomScaleChange |
| Visual Basic (Declaration) |
|---|
Public Event OnZoomScaleChange As EventHandler |
| Visual C++ |
|---|
public: event EventHandler^ OnZoomScaleChange { void add (EventHandler^ value); void remove (EventHandler^ value); } |