C# 클래스 ImageMagick.QuantizeSettings.NativeQuantizeSettings

상속: NativeInstance
파일 보기 프로젝트 열기: dlemstra/Magick.NET

공개 메소드들

메소드 설명
NativeQuantizeSettings ( ) : System
SetColorSpace ( ColorSpace value ) : void
SetColors ( int value ) : void
SetDitherMethod ( DitherMethod value ) : void
SetMeasureErrors ( bool value ) : void
SetTreeDepth ( int value ) : void

보호된 메소드들

메소드 설명
Dispose ( IntPtr instance ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( IntPtr instance ) : void
instance System.IntPtr
리턴 void

NativeQuantizeSettings() 공개 메소드

public NativeQuantizeSettings ( ) : System
리턴 System

SetColorSpace() 공개 메소드

public SetColorSpace ( ColorSpace value ) : void
value ColorSpace
리턴 void

SetColors() 공개 메소드

public SetColors ( int value ) : void
value int
리턴 void

SetDitherMethod() 공개 메소드

public SetDitherMethod ( DitherMethod value ) : void
value DitherMethod
리턴 void

SetMeasureErrors() 공개 메소드

public SetMeasureErrors ( bool value ) : void
value bool
리턴 void

SetTreeDepth() 공개 메소드

public SetTreeDepth ( int value ) : void
value int
리턴 void