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

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

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