OpenCvSharp.NativeMethods.core_FileNode_new3 C# (CSharp) Method

core_FileNode_new3() private method

private core_FileNode_new3 ( IntPtr node ) : IntPtr
node System.IntPtr
return System.IntPtr
        public static extern IntPtr core_FileNode_new3(IntPtr node);
        [DllImport(DllExtern, CallingConvention = CallingConvention.Cdecl)]
NativeMethods