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

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

private MagickImage_ColorFuzz_Get ( IntPtr instance, IntPtr &exception ) : double
instance System.IntPtr
exception System.IntPtr
Результат double
        public static extern double MagickImage_ColorFuzz_Get(IntPtr instance, out IntPtr exception);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X86