Click or drag to resize

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
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus core_checkRange(
	IntPtr a,
	int quiet,
	out Point pos,
	double minVal,
	double maxVal,
	out int returnValue
)

Parameters

a
Type: SystemIntPtr

[Missing <param name="a"/> documentation for "M:OpenCvSharp.NativeMethods.core_checkRange(System.IntPtr,System.Int32,OpenCvSharp.Point@,System.Double,System.Double,System.Int32@)"]

quiet
Type: SystemInt32

[Missing <param name="quiet"/> documentation for "M:OpenCvSharp.NativeMethods.core_checkRange(System.IntPtr,System.Int32,OpenCvSharp.Point@,System.Double,System.Double,System.Int32@)"]

pos
Type: OpenCvSharpPoint

[Missing <param name="pos"/> documentation for "M:OpenCvSharp.NativeMethods.core_checkRange(System.IntPtr,System.Int32,OpenCvSharp.Point@,System.Double,System.Double,System.Int32@)"]

minVal
Type: SystemDouble

[Missing <param name="minVal"/> documentation for "M:OpenCvSharp.NativeMethods.core_checkRange(System.IntPtr,System.Int32,OpenCvSharp.Point@,System.Double,System.Double,System.Int32@)"]

maxVal
Type: SystemDouble

[Missing <param name="maxVal"/> documentation for "M:OpenCvSharp.NativeMethods.core_checkRange(System.IntPtr,System.Int32,OpenCvSharp.Point@,System.Double,System.Double,System.Int32@)"]

returnValue
Type: SystemInt32

[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.core_checkRange(System.IntPtr,System.Int32,OpenCvSharp.Point@,System.Double,System.Double,System.Int32@)"]

Return Value

Type: ExceptionStatus

[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.core_checkRange(System.IntPtr,System.Int32,OpenCvSharp.Point@,System.Double,System.Double,System.Int32@)"]

See Also