Click or drag to resize

CvInvokeGetWindowProperty Method

http://www.emgu.com
Provides parameters of a window.

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

Parameters

name
Type: SystemString
Name of the window.
propId
Type: Emgu.CV.CvEnumWindowPropertyFlags
Window property to retrieve.

Return Value

Type: Double
Value of the window property
See Also