ImageMagick.Moments.NativeMoments.DisposeList C# (CSharp) 메소드

DisposeList() 공개 정적인 메소드

public static DisposeList ( IntPtr list ) : void
list System.IntPtr
리턴 void
      public static void DisposeList(IntPtr list)
      {
        #if ANYCPU
        if (NativeLibrary.Is64Bit)
        #endif
        #if WIN64 || ANYCPU
        NativeMethods.X64.Moments_DisposeList(list);
        #endif
        #if ANYCPU
        else
        #endif
        #if !WIN64 || ANYCPU
        NativeMethods.X86.Moments_DisposeList(list);
        #endif
      }
      public static IntPtr GetInstance(IntPtr list, PixelChannel channel)
Moments.NativeMoments