Click or drag to resize

FunctionalModeOption Enumeration

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

Namespace:  Emgu.CV.UI
Assemblies:   Emgu.CV.Platform.NetCore (in Emgu.CV.Platform.NetCore.dll) Version: 4.3.0.3890
  Emgu.CV.Platform.NetFramework (in Emgu.CV.Platform.NetFramework.dll) Version: 4.3.0.3890 (4.3.0.3890)
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