Click or drag to resize

WindowSetProperty Method

Set Property of the window

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
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