C# Class ImageMagick.MagickSettings.NativeMagickSettings

Inheritance: NativeInstance
Show file Open project: dlemstra/Magick.NET

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( IntPtr instance ) : void

Method Details

Dispose() protected method

protected Dispose ( IntPtr instance ) : void
instance System.IntPtr
return void

NativeMagickSettings() public method

public NativeMagickSettings ( ) : System
return System

SetColorFuzz() public method

public SetColorFuzz ( double value ) : void
value double
return void

SetFileName() public method

public SetFileName ( string value ) : void
value string
return void

SetNumberScenes() public method

public SetNumberScenes ( int value ) : void
value int
return void

SetOption() public method

public SetOption ( string key, string value ) : void
key string
value string
return void

SetPage() public method

public SetPage ( string value ) : void
value string
return void

SetPing() public method

public SetPing ( bool value ) : void
value bool
return void

SetQuality() public method

public SetQuality ( int value ) : void
value int
return void

SetScene() public method

public SetScene ( int value ) : void
value int
return void

SetScenes() public method

public SetScenes ( string value ) : void
value string
return void

SetSize() public method

public SetSize ( string value ) : void
value string
return void