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

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

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