Click or drag to resize

WindowGetProperty Method

Get Property of the window

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public double GetProperty(
	WindowProperty propId
)

Parameters

propId
Type: OpenCvSharpWindowProperty
Property identifier

Return Value

Type: Double
Value of the specified property
See Also