NativeMethodscore_checkRange Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.core_checkRange(System.IntPtr,System.Int32,OpenCvSharp.Point@,System.Double,System.Double,System.Int32@)"]
Namespace: OpenCvSharp
public static ExceptionStatus core_checkRange( IntPtr a, int quiet, out Point pos, double minVal, double maxVal, out int returnValue )
Public Shared Function core_checkRange ( a As IntPtr, quiet As Integer, <OutAttribute> ByRef pos As Point, minVal As Double, maxVal As Double, <OutAttribute> ByRef returnValue As Integer ) As ExceptionStatus
public: static ExceptionStatus core_checkRange( IntPtr a, int quiet, [OutAttribute] Point% pos, double minVal, double maxVal, [OutAttribute] int% returnValue )
static member core_checkRange : a : IntPtr * quiet : int * pos : Point byref * minVal : float * maxVal : float * returnValue : int byref -> ExceptionStatus
[Missing <param name="a"/> documentation for "M:OpenCvSharp.NativeMethods.core_checkRange(System.IntPtr,System.Int32,OpenCvSharp.Point@,System.Double,System.Double,System.Int32@)"]
[Missing <param name="quiet"/> documentation for "M:OpenCvSharp.NativeMethods.core_checkRange(System.IntPtr,System.Int32,OpenCvSharp.Point@,System.Double,System.Double,System.Int32@)"]
[Missing <param name="pos"/> documentation for "M:OpenCvSharp.NativeMethods.core_checkRange(System.IntPtr,System.Int32,OpenCvSharp.Point@,System.Double,System.Double,System.Int32@)"]
[Missing <param name="minVal"/> documentation for "M:OpenCvSharp.NativeMethods.core_checkRange(System.IntPtr,System.Int32,OpenCvSharp.Point@,System.Double,System.Double,System.Int32@)"]
[Missing <param name="maxVal"/> documentation for "M:OpenCvSharp.NativeMethods.core_checkRange(System.IntPtr,System.Int32,OpenCvSharp.Point@,System.Double,System.Double,System.Int32@)"]
[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.core_checkRange(System.IntPtr,System.Int32,OpenCvSharp.Point@,System.Double,System.Double,System.Int32@)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.core_checkRange(System.IntPtr,System.Int32,OpenCvSharp.Point@,System.Double,System.Double,System.Int32@)"]