Enum WindowPropertyFlags
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
Property identifiers for cvGetWindowProperty/cvSetWindowProperty
public enum WindowPropertyFlags
Fields
AspectRatio = 2window's aspect ration (can be set to WINDOW_FREERATIO or WINDOW_KEEPRATIO)
AutoSize = 1autosize property (can be WINDOW_NORMAL or WINDOW_AUTOSIZE)
Fullscreen = 0fullscreen property (can be WINDOW_NORMAL or WINDOW_FULLSCREEN)
OpenGL = 3opengl support
Topmost = 5property to toggle normal window being topmost or not
Visible = 4checks whether the window exists and is visible