Click or drag to resize

WindowProperty Enumeration

Property identifiers for cvGetWindowProperty/cvSetWindowProperty

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public enum WindowProperty
Members
  Member nameValueDescription
Fullscreen0 fullscreen property (can be WINDOW_NORMAL or WINDOW_FULLSCREEN)
AutoSize1 autosize property (can be WINDOW_NORMAL or WINDOW_AUTOSIZE)
AspectRatio2 window's aspect ration (can be set to WINDOW_FREERATIO or WINDOW_KEEPRATIO)
OpenGL3 opengl support
See Also