C# Class ImageMagick.MagickSettings.NativeMagickSettings

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

Méthodes publiques

Méthode Description
NativeMagickSettings ( ) : System
SetColorFuzz ( double value ) : void
SetFileName ( string value ) : void
SetNumberScenes ( int value ) : void
SetOption ( string key, string value ) : void
SetPage ( string value ) : void
SetPing ( bool value ) : void
SetQuality ( int value ) : void
SetScene ( int value ) : void
SetScenes ( string value ) : void
SetSize ( string 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

NativeMagickSettings() public méthode

public NativeMagickSettings ( ) : System
Résultat System

SetColorFuzz() public méthode

public SetColorFuzz ( double value ) : void
value double
Résultat void

SetFileName() public méthode

public SetFileName ( string value ) : void
value string
Résultat void

SetNumberScenes() public méthode

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

SetOption() public méthode

public SetOption ( string key, string value ) : void
key string
value string
Résultat void

SetPage() public méthode

public SetPage ( string value ) : void
value string
Résultat void

SetPing() public méthode

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

SetQuality() public méthode

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

SetScene() public méthode

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

SetScenes() public méthode

public SetScenes ( string value ) : void
value string
Résultat void

SetSize() public méthode

public SetSize ( string value ) : void
value string
Résultat void