ImageMagick.MagickImage.NativeMethods.X64.MagickImage_ColorFuzz_Set C# (CSharp) Метод

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

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