ImageMagick.MagickFormatInfo.NativeMethods.X86.MagickFormatInfo_GetInfo C# (CSharp) 메소드

MagickFormatInfo_GetInfo() 개인적인 메소드

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