WindowWaitKey Method (Int32) OpenCvSharp Class Library
Waits for a pressed key

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static int WaitKey(
	int delay
)

Parameters

delay
Type: SystemInt32
Delay in milliseconds.

Return Value

Type: Int32
Key code
See Also

Reference