CvWindowDisplayStatusBar Method OpenCvSharp Class Library

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

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

public void DisplayStatusBar(
	string text,
	int delayms
)

Parameters

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