Click or drag to resize

ImageBoxFunctionalModeOption Enumeration

http://www.emgu.com
The functional mode for ImageBox

Namespace:  Emgu.CV.UI
Assembly:  Emgu.CV.UI (in Emgu.CV.UI.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntax
[FlagsAttribute]
public enum FunctionalModeOption
Members
  Member nameValueDescription
Minimum0 The ImageBox is only used for displaying image. No right-click menu nor Pan/Zoom available
RightClickMenu1 Enable the right click menu
PanAndZoom2 Enable Pan and Zoom
Everything3 Support for the right click menu, Pan and Zoom
See Also