ImageMagick.Moments.NativeMethods.X64.Moments_DisposeList C# (CSharp) 메소드

Moments_DisposeList() 개인적인 메소드

private Moments_DisposeList ( IntPtr list ) : void
list System.IntPtr
리턴 void
        public static extern void Moments_DisposeList(IntPtr list);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]