Click or drag to resize

Cv2SetWindowTitle Method

Updates window title

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

Parameters

winName
Type: SystemString
Name of the window
title
Type: SystemString
New title
See Also