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

QuantizeSettings_SetTreeDepth() private méthode

private QuantizeSettings_SetTreeDepth ( IntPtr Instance, UIntPtr value ) : void
Instance System.IntPtr
value System.UIntPtr
Résultat void
        public static extern void QuantizeSettings_SetTreeDepth(IntPtr Instance, UIntPtr value);
      }