NativeMethodshighgui_waitKeyEx Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static int highgui_waitKeyEx( int delay )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function highgui_waitKeyEx ( delay As Integer ) As Integer
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static int highgui_waitKeyEx( int delay )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member highgui_waitKeyEx : delay : int -> int
OpenCvSharp.NativeMethods.highgui_waitKeyEx = function(delay);