ImageMagick.MagickImage.NativeMethods.X86.MagickImage_GetNext C# (CSharp) 메소드

MagickImage_GetNext() 개인적인 메소드

private MagickImage_GetNext ( IntPtr image ) : IntPtr
image System.IntPtr
리턴 System.IntPtr
        public static extern IntPtr MagickImage_GetNext(IntPtr image);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X86