Click or drag to resize

Window.SetProperty Method

Set Property of the window

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public void SetProperty(
	WindowProperty propId,
	double propValue
)

Parameters

propId
Type: OpenCvSharp.WindowProperty
Property identifier
propValue
Type: System.Double
New value of the specified property
See Also