ImageMagick.QuantizeSettings.NativeMethods.X64.QuantizeSettings_SetDitherMethod C# (CSharp) Метод

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

private QuantizeSettings_SetDitherMethod ( IntPtr Instance, UIntPtr value ) : void
Instance System.IntPtr
value System.UIntPtr
Результат void
        public static extern void QuantizeSettings_SetDitherMethod(IntPtr Instance, UIntPtr value);
        [DllImport(NativeLibrary.X64Name, CallingConvention = CallingConvention.Cdecl)]