Show / Hide Table of Contents

Enum WindowPropertyFlags

Property identifiers for cvGetWindowProperty/cvSetWindowProperty

Namespace: OpenCvSharp
Assembly: OpenCvSharp.dll
Syntax
public enum WindowPropertyFlags

Fields

Name Description
AspectRatio

window's aspect ration (can be set to WINDOW_FREERATIO or WINDOW_KEEPRATIO)

AutoSize

autosize property (can be WINDOW_NORMAL or WINDOW_AUTOSIZE)

Fullscreen

fullscreen property (can be WINDOW_NORMAL or WINDOW_FULLSCREEN)

OpenGL

opengl support

Topmost

property to toggle normal window being topmost or not

Visible

checks whether the window exists and is visible

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX