ImageMagick.MagickFormatInfo.NativeMethods.X86.MagickFormatInfo_GetInfo C# (CSharp) Méthode

MagickFormatInfo_GetInfo() private méthode

private MagickFormatInfo_GetInfo ( IntPtr list, UIntPtr index, IntPtr &exception ) : IntPtr
list System.IntPtr
index System.UIntPtr
exception System.IntPtr
Résultat System.IntPtr
        public static extern IntPtr MagickFormatInfo_GetInfo(IntPtr list, UIntPtr index, out IntPtr exception);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]