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

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

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