C# Class ImageMagick.QuantizeSettings.NativeQuantizeSettings

Inheritance: NativeInstance
Afficher le fichier Open project: dlemstra/Magick.NET

Méthodes publiques

Méthode Description
NativeQuantizeSettings ( ) : System
SetColorSpace ( ColorSpace value ) : void
SetColors ( int value ) : void
SetDitherMethod ( DitherMethod value ) : void
SetMeasureErrors ( bool value ) : void
SetTreeDepth ( int value ) : void

Méthodes protégées

Méthode Description
Dispose ( IntPtr instance ) : void

Method Details

Dispose() protected méthode

protected Dispose ( IntPtr instance ) : void
instance System.IntPtr
Résultat void

NativeQuantizeSettings() public méthode

public NativeQuantizeSettings ( ) : System
Résultat System

SetColorSpace() public méthode

public SetColorSpace ( ColorSpace value ) : void
value ColorSpace
Résultat void

SetColors() public méthode

public SetColors ( int value ) : void
value int
Résultat void

SetDitherMethod() public méthode

public SetDitherMethod ( DitherMethod value ) : void
value DitherMethod
Résultat void

SetMeasureErrors() public méthode

public SetMeasureErrors ( bool value ) : void
value bool
Résultat void

SetTreeDepth() public méthode

public SetTreeDepth ( int value ) : void
value int
Résultat void