Provides parameters of a window.
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static WindowPropertyValue GetWindowProperty( string winName, WindowProperty propId )
Parameters
- winName
- Type: SystemString
Name of the window. - propId
- Type: OpenCvSharpWindowProperty
Window property to retrieve.
Return Value
Type: WindowPropertyValue[Missing <returns> documentation for "M:OpenCvSharp.CPlusPlus.Cv2.GetWindowProperty(System.String,OpenCvSharp.WindowProperty)"]
See Also