Click or drag to resize

WindowWaitKey Method (Int32)

Waits for a pressed key

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public static int WaitKey(
	int delay
)

Parameters

delay
Type: SystemInt32
Delay in milliseconds.

Return Value

Type: Int32
Key code
See Also