Get Property of the window
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static WindowPropertyValue GetWindowProperty( string name, WindowProperty propId )
Parameters
- name
- Type: SystemString
Window name - propId
- Type: OpenCvSharpWindowProperty
Property identifier
Return Value
Type: WindowPropertyValueValue of the specified property
See Also