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