NativeMethodscore_FileNodeIterator_operatorPlusEqual Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static int core_FileNodeIterator_operatorPlusEqual( IntPtr obj, int ofs )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function core_FileNodeIterator_operatorPlusEqual ( obj As IntPtr, ofs As Integer ) As Integer
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static int core_FileNodeIterator_operatorPlusEqual( IntPtr obj, int ofs )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member core_FileNodeIterator_operatorPlusEqual : obj : IntPtr * ofs : int -> int
OpenCvSharp.NativeMethods.core_FileNodeIterator_operatorPlusEqual = function(obj, ofs);