Click or drag to resize

WindowSetProperty 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: OpenCvSharpWindowProperty
Property identifier
propValue
Type: SystemDouble
New value of the specified property
See Also