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

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

private MagickImage_WhiteThreshold ( 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_WhiteThreshold(IntPtr Instance, IntPtr threshold, UIntPtr channels, out IntPtr exception);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]
MagickImage.NativeMethods.X64