ImageMagick.MagickImage.NativeMethods.X86.MagickImage_GetNext C# (CSharp) Méthode

MagickImage_GetNext() private méthode

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