Click or drag to resize

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
)

Parameters

delay (Optional)
Type: SystemInt32
Delay in milliseconds.

Return Value

Type: Int32
Key code
See Also