ImageMagick.QuantizeSettings.NativeMethods.X64.QuantizeSettings_SetTreeDepth C# (CSharp) Method

QuantizeSettings_SetTreeDepth() private method

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