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

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

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