Click or drag to resize

CvInvokeSetWindowTitle Method

http://www.emgu.com
Updates window title

Namespace:  Emgu.CV
Assembly:  Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntax
public static void SetWindowTitle(
	string winname,
	string title
)

Parameters

winname
Type: SystemString
Name of the window.
title
Type: SystemString
New title.
See Also