ImageMagick.QuantizeSettings.NativeMethods.X86.QuantizeSettings_SetTreeDepth C# (CSharp) 메소드

QuantizeSettings_SetTreeDepth() 개인적인 메소드

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