WindowSetProperty Method (WindowProperty, Double) OpenCvSharp Class Library
Set Property of the window

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void SetProperty(
	WindowProperty propId,
	double propValue
)

Parameters

propId
Type: OpenCvSharpWindowProperty
Property identifier
propValue
Type: SystemDouble
New value of the specified property
See Also

Reference