WindowPropertyFlags Enumeration |
http://www.emgu.com
Flags for SetWindowProperty / GetWindowProperty
Namespace:
Emgu.CV.CvEnum
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax[FlagsAttribute]
public enum WindowPropertyFlags
<FlagsAttribute>
Public Enumeration WindowPropertyFlags
[FlagsAttribute]
public enum class WindowPropertyFlags
[<FlagsAttribute>]
type WindowPropertyFlags
Members
| Member name | Value | Description |
---|
| FullScreen | 0 |
fullscreen property (can be WINDOW_NORMAL or WINDOW_FULLSCREEN).
|
| AutoSize | 1 |
autosize property (can be WINDOW_NORMAL or WINDOW_AUTOSIZE).
|
| AspectRatio | 2 |
window's aspect ration (can be set to WINDOW_FREERATIO or WINDOW_KEEPRATIO).
|
| Opengl | 3 |
opengl support.
|
| Visible | 4 |
checks whether the window exists and is visible
|
| TopMost | 5 |
property to toggle normal window being topmost or not
|
See Also