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