Cv2SetWindowProperty Method (String, WindowProperty, Double) OpenCvSharp Class Library
Changes parameters of a window dynamically.

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

public static void SetWindowProperty(
	string winName,
	WindowProperty propId,
	double propValue
)

Parameters

winName
Type: SystemString
Name of the window.
propId
Type: OpenCvSharpWindowProperty
Window property to retrieve.
propValue
Type: SystemDouble
New value of the window property.
See Also

Reference