Click or drag to resize

CvInvokeSetWindowProperty Method

http://www.emgu.com
Changes parameters of a window dynamically.

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public static void SetWindowProperty(
	string name,
	WindowPropertyFlags propId,
	double propValue
)

Parameters

name
Type: SystemString
Name of the window.
propId
Type: Emgu.CV.CvEnumWindowPropertyFlags
Window property to edit.
propValue
Type: SystemDouble
New value of the window property.
See Also