Click or drag to resize

NativeMethodshighgui_setWindowProperty Method

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

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

Parameters

winName
Type: SystemString

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

propId
Type: SystemInt32

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

propValue
Type: SystemDouble

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

Return Value

Type: ExceptionStatus

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

See Also