Click or drag to resize

Cv2GetWindowProperty Method

Provides parameters of a window.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static double GetWindowProperty(
	string winName,
	WindowProperty propId
)

Parameters

winName
Type: SystemString
Name of the window.
propId
Type: OpenCvSharpWindowProperty
Window property to retrieve.

Return Value

Type: Double

[Missing <returns> documentation for "M:OpenCvSharp.Cv2.GetWindowProperty(System.String,OpenCvSharp.WindowProperty)"]

See Also