| WindowWaitKey Method |
Waits for a pressed key
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public static int WaitKey(
int delay = 0
)
Public Shared Function WaitKey (
Optional delay As Integer = 0
) As Integer
public:
static int WaitKey(
int delay = 0
)
static member WaitKey :
?delay : int
(* Defaults:
let _delay = defaultArg delay 0
*)
-> int
Parameters
- delay (Optional)
- Type: SystemInt32
Delay in milliseconds.
Return Value
Type:
Int32Key code
See Also