Enum WindowProperty
Specifies the window properties that are available to query and modify.
Namespace: OpenCV.Net
Assembly: OpenCV.Net.dll
Syntax
public enum WindowProperty : int
Fields
Name | Description |
---|---|
AspectRatio | Specifies the aspect ratio of the window. |
AutoSize | Specifies the autosize state of the window. |
Fullscreen | Specifies the fullscreen state of the window. |
OpenGL | Specifies the window's OpenGL support. |