ImageMagick.MagickImage.NativeMethods.X86.MagickImage_Compare C# (CSharp) Метод

MagickImage_Compare() приватный Метод

private MagickImage_Compare ( IntPtr Instance, IntPtr image, UIntPtr metric, UIntPtr channels, double &distortion, IntPtr &exception ) : IntPtr
Instance System.IntPtr
image System.IntPtr
metric System.UIntPtr
channels System.UIntPtr
distortion double
exception System.IntPtr
Результат System.IntPtr
        public static extern IntPtr MagickImage_Compare(IntPtr Instance, IntPtr image, UIntPtr metric, UIntPtr channels, out double distortion, out IntPtr exception);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X86