NamedWindowType Enumeration |
http://www.emgu.com
The named window type
Namespace: Emgu.CV.CvEnumAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic enum NamedWindowType
Public Enumeration NamedWindowType
public enum class NamedWindowType
Members
| Member name | Value | Description |
---|
| Normal | 0 |
The user can resize the window (no constraint) / also use to switch a fullscreen window to a normal size
|
| AutoSize | 1 |
The user cannot resize the window, the size is constrainted by the image displayed
|
| Opengl | 4096 |
Window with opengl support
|
| Fullscreen | 1 |
Change the window to fullscreen
|
| FreeRatio | 256 |
The image expends as much as it can (no ratio constraint)
|
| KeepRatio | 0 |
the ratio of the image is respected
|
See Also