OpenCvSharp.NativeMethods.vector_Mat_getSize C# (CSharp) Method

vector_Mat_getSize() private method

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