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