Click or drag to resize

NativeMethodshighgui_getWindowProperty Method

[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.highgui_getWindowProperty(System.String,System.Int32,System.Double@)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus highgui_getWindowProperty(
	string winName,
	int propId,
	out double returnValue
)

Parameters

winName
Type: SystemString

[Missing <param name="winName"/> documentation for "M:OpenCvSharp.NativeMethods.highgui_getWindowProperty(System.String,System.Int32,System.Double@)"]

propId
Type: SystemInt32

[Missing <param name="propId"/> documentation for "M:OpenCvSharp.NativeMethods.highgui_getWindowProperty(System.String,System.Int32,System.Double@)"]

returnValue
Type: SystemDouble

[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.highgui_getWindowProperty(System.String,System.Int32,System.Double@)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.highgui_getWindowProperty(System.String,System.Int32,System.Double@)"]

See Also