| WindowDisplayStatusBar Method |
[Missing <summary> documentation for "M:OpenCvSharp.Window.DisplayStatusBar(System.String,System.Int32)"]
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public void DisplayStatusBar(
string text,
int delayms
)
Public Sub DisplayStatusBar (
text As String,
delayms As Integer
)
public:
void DisplayStatusBar(
String^ text,
int delayms
)
member DisplayStatusBar :
text : string *
delayms : int -> unit
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