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

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

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