ImageMagick.QuantizeSettings.NativeMethods.X86.QuantizeSettings_SetDitherMethod C# (CSharp) Method

QuantizeSettings_SetDitherMethod() private method

private QuantizeSettings_SetDitherMethod ( IntPtr Instance, UIntPtr value ) : void
Instance System.IntPtr
value System.UIntPtr
return void
        public static extern void QuantizeSettings_SetDitherMethod(IntPtr Instance, UIntPtr value);
        [DllImport(NativeLibrary.X86Name, CallingConvention = CallingConvention.Cdecl)]