Table of Contents

Enum WindowPropertyFlags

Namespace
OpenCvSharp
Assembly
OpenCvSharp.dll

Property identifiers for cvGetWindowProperty/cvSetWindowProperty

public enum WindowPropertyFlags

Fields

AspectRatio = 2

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

AutoSize = 1

autosize property (can be WINDOW_NORMAL or WINDOW_AUTOSIZE)

Fullscreen = 0

fullscreen property (can be WINDOW_NORMAL or WINDOW_FULLSCREEN)

OpenGL = 3

opengl support

Topmost = 5

property to toggle normal window being topmost or not

Visible = 4

checks whether the window exists and is visible