Click or drag to resize

WindowFlags Enumeration

http://www.emgu.com
The named window type

Namespace:  Emgu.CV.CvEnum
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
[FlagsAttribute]
public enum WindowFlags
Members
  Member nameValueDescription
Normal0 The user can resize the window (no constraint) / also use to switch a fullscreen window to a normal size
AutoSize1 The user cannot resize the window, the size is constrainted by the image displayed
Opengl4096 Window with opengl support
Fullscreen1 Change the window to fullscreen
FreeRatio256 The image expends as much as it can (no ratio constraint)
KeepRatio0 the ratio of the image is respected
GuiExpanded0 status bar and tool bar
GuiNormal16 Old fashion way
See Also