Click or drag to resize

WindowGetProperty Method

Get Property of the window

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public double GetProperty(
	WindowProperty propId
)

Parameters

propId
Type: OpenCvSharpWindowProperty
Property identifier

Return Value

Type: Double
Value of the specified property
See Also