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

MagickImage_Map() 개인적인 메소드

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