NativeMethodscore_checkRange Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static int core_checkRange( IntPtr a, int quiet, out Point pos, double minVal, double maxVal )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function core_checkRange ( a As IntPtr, quiet As Integer, <OutAttribute> ByRef pos As Point, minVal As Double, maxVal As Double ) As Integer
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static int core_checkRange( IntPtr a, int quiet, [OutAttribute] Point% pos, double minVal, double maxVal )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_checkRange : a : IntPtr * quiet : int * pos : Point byref * minVal : float * maxVal : float -> int
OpenCvSharp.NativeMethods.core_checkRange = function(a, quiet, pos, minVal, maxVal);