ImageMagick.MagickImage.NativeMethods.X64.MagickImage_ReadFile C# (CSharp) 메소드

MagickImage_ReadFile() 개인적인 메소드

private MagickImage_ReadFile ( IntPtr settings, IntPtr &exception ) : IntPtr
settings System.IntPtr
exception System.IntPtr
리턴 System.IntPtr
        public static extern IntPtr MagickImage_ReadFile(IntPtr settings, out IntPtr exception);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X64