WindowProperty Enumeration
|
Property identifiers for cvGetWindowProperty/cvSetWindowProperty
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic enum WindowProperty
Public Enumeration WindowProperty
public enum class WindowProperty
OpenCvSharp.WindowProperty = function();
OpenCvSharp.WindowProperty.createEnum('OpenCvSharp.WindowProperty', false);
Members
| Member name | Value | Description |
---|
| Fullscreen | 0 |
fullscreen property (can be WINDOW_NORMAL or WINDOW_FULLSCREEN)
|
| AutoSize | 1 |
autosize property (can be WINDOW_NORMAL or WINDOW_AUTOSIZE)
|
| AspectRatio | 2 |
window's aspect ration (can be set to WINDOW_FREERATIO or WINDOW_KEEPRATIO)
|
| OpenGL | 3 |
opengl support
|
See Also