NativeMethodsimgproc_LineIterator_err_set Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void imgproc_LineIterator_err_set( IntPtr obj, int val )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub imgproc_LineIterator_err_set ( obj As IntPtr, val As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void imgproc_LineIterator_err_set( IntPtr obj, int val )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_LineIterator_err_set : obj : IntPtr * val : int -> unit
OpenCvSharp.NativeMethods.imgproc_LineIterator_err_set = function(obj, val);