NativeMethodscore_FileNodeIterator_operatorMinus Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static IntPtr core_FileNodeIterator_operatorMinus( IntPtr it1, IntPtr it2 )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function core_FileNodeIterator_operatorMinus ( it1 As IntPtr, it2 As IntPtr ) As IntPtr
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static IntPtr core_FileNodeIterator_operatorMinus( IntPtr it1, IntPtr it2 )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_FileNodeIterator_operatorMinus : it1 : IntPtr * it2 : IntPtr -> IntPtr
OpenCvSharp.NativeMethods.core_FileNodeIterator_operatorMinus = function(it1, it2);