ImageMagick.MagickImage.NativeMethods.X64.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.X64Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X64