Waits for a pressed key
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic static int WaitKey()
Public Shared Function WaitKey As Integer
public:
static int WaitKey()
static member WaitKey : unit -> int
OpenCvSharp.Window.WaitKey = function();
Return Value
Type:
Int32Key code
See Also