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

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

public static Keys WaitKey(
	int delay
)

Parameters

delay
Type: SystemInt32

[Missing <param name="delay"/> documentation for "M:OpenCvSharp.UserInterface.CvWindowEx.WaitKey(System.Int32)"]

Return Value

Type: Keys
Key code
See Also

Reference