Table of Contents

Enum WindowPropertyFlags

Namespace
Emgu.CV.CvEnum
Assembly
Emgu.CV.dll

Flags for SetWindowProperty / GetWindowProperty

[Flags]
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 = AutoSize | AspectRatio

opengl support.

TopMost = AutoSize | Visible

property to toggle normal window being topmost or not

Visible = 4

checks whether the window exists and is visible