NativeMethodscore_checkRange Method OpenCvSharp Class Library

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

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

public static int core_checkRange(
	IntPtr a,
	int quiet,
	out CvPoint pos,
	double minVal,
	double maxVal
)

Parameters

a
Type: SystemIntPtr

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

quiet
Type: SystemInt32

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

pos
Type: OpenCvSharpCvPoint

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

minVal
Type: SystemDouble

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

maxVal
Type: SystemDouble

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

Return Value

Type: Int32

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

See Also

Reference