OpenCvSharp.NativeMethods.vector_Point3f_getSize C# (CSharp) Method

vector_Point3f_getSize() private method

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