WindowPropertyValue Enumeration OpenCvSharp Class Library
New value of the window property.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public enum WindowPropertyValue
Members

  Member nameValueDescription
Normal0 Change the window to normal size or make the window resizable. [CV_WINDOW_NORMAL]
AutoSize1 Constrain the size by the displayed image. The window is not resizable. [CV_WINDOW_AUTOSIZE]
FullScreen1 Change the window to fullscreen. [CV_WINDOW_FULLSCREEN]
FreeRatio4 Make the window resizable without any ratio constraints. [CV_WINDOW_FREERATIO]
KeepRatio0 Make the window resizable, but preserve the proportions of the displayed image. [CV_WINDOW_KEEPRATIO]
See Also

Reference