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.1.1.3497 (4.1.1.3497)
Syntax[FlagsAttribute]
public enum FunctionalModeOption
<FlagsAttribute>
Public Enumeration FunctionalModeOption
[FlagsAttribute]
public enum class FunctionalModeOption
[<FlagsAttribute>]
type FunctionalModeOption
Members
| Member name | Value | Description |
---|
| Minimum | 0 |
The ImageBox is only used for displaying image.
No right-click menu nor Pan/Zoom available
|
| RightClickMenu | 1 |
Enable the right click menu
|
| PanAndZoom | 2 |
Enable Pan and Zoom
|
| Everything | 3 |
Support for the right click menu, Pan and Zoom
|
See Also