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

MagickImage_SetColorMetric() 개인적인 메소드

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