ImageMagick.QuantizeSettings.NativeMethods.X86.QuantizeSettings_SetColors C# (CSharp) Méthode

QuantizeSettings_SetColors() private méthode

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