CvDisplayStatusBar Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.Cv.DisplayStatusBar(System.String,System.String,System.Int32)"]

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void DisplayStatusBar(
	string name,
	string text,
	int delayms
)

Parameters

name
Type: SystemString
Name of the window
text
Type: SystemString
Text to write on the window’s statusbar
delayms
Type: SystemInt32
Delay to display the text. If this function is called before the previous text time out, the timer is restarted and the text updated. If this value is zero, the text never disapers.
See Also

Reference