Click or drag to resize

NativeMethodshighgui_setWindowTitle Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus highgui_setWindowTitle(
	string winName,
	string title
)

Parameters

winName
Type: SystemString

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

title
Type: SystemString

[Missing <param name="title"/> documentation for "M:OpenCvSharp.NativeMethods.highgui_setWindowTitle(System.String,System.String)"]

Return Value

Type: ExceptionStatus

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

See Also