OpenCvSharp.Window.DisplayStatusBar C# (CSharp) Method

DisplayStatusBar() public method

public DisplayStatusBar ( string text, int delayms ) : void
text string Text to write on the window’s statusbar
delayms int 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.
return void
        public void DisplayStatusBar(string text, int delayms)
        {
            throw new NotImplementedException();
            //Cv.DisplayStatusBar(name, text, delayms);
        }