Свойство | Тип | Описание | |
---|---|---|---|
Clone | |||
CreateInstance | INativeInstance | ||
CreateNativeInstance | INativeInstance | ||
GetFormat | string | ||
GetModule | MagickFormat | ||
GetOption | string | ||
MagickSettings | System | ||
SetDefine | void | ||
SetOption | void | ||
SetOptionAndArtifact | void | ||
SetOptionAndArtifact | void |
Метод | Описание | |
---|---|---|
GetDefine ( MagickFormat format, string name ) : string |
Returns the value of a format-specific option.
|
|
GetDefine ( string name ) : string |
Returns the value of a format-specific option.
|
|
RemoveDefine ( MagickFormat format, string name ) : void |
Removes the define with the specified name.
|
|
RemoveDefine ( string name ) : void |
Removes the define with the specified name.
|
|
SetDefine ( MagickFormat format, string name, string value ) : void |
Sets a format-specific option.
|
|
SetDefine ( string name, string value ) : void |
Sets a format-specific option.
|
|
SetDefines ( [ defines ) : void |
Sets format-specific options with the specified defines.
|
Метод | Описание | |
---|---|---|
Copy ( |
Copies the settings from the specified MagickSettings.
|
|
ParseDefine ( MagickFormat format, string name ) : string |
Creates a define string for the specified format and name.
|
Метод | Описание | |
---|---|---|
Clone ( ) : |
||
CreateInstance ( |
||
CreateNativeInstance ( ) : INativeInstance | ||
GetFormat ( ) : string | ||
GetModule ( MagickFormat format ) : MagickFormat | ||
GetOption ( string key ) : string | ||
MagickSettings ( ) : System | ||
SetDefine ( MagickFormat format, string name, bool flag ) : void | ||
SetOption ( string key, string value ) : void | ||
SetOptionAndArtifact ( string key, double value ) : void | ||
SetOptionAndArtifact ( string key, string value ) : void |
protected Copy ( |
||
settings | The settings to copy the data from. | |
Результат | void |
public GetDefine ( MagickFormat format, string name ) : string | ||
format | MagickFormat | The format to get the option for. |
name | string | The name of the option. |
Результат | string |
public GetDefine ( string name ) : string | ||
name | string | The name of the option. |
Результат | string |
protected static ParseDefine ( MagickFormat format, string name ) : string | ||
format | MagickFormat | The format to set the define for. |
name | string | The name of the define. |
Результат | string |
public RemoveDefine ( MagickFormat format, string name ) : void | ||
format | MagickFormat | The format to set the define for. |
name | string | The name of the define. |
Результат | void |
public RemoveDefine ( string name ) : void | ||
name | string | The name of the define. |
Результат | void |
public SetDefine ( MagickFormat format, string name, string value ) : void | ||
format | MagickFormat | The format to set the option for. |
name | string | The name of the option. |
value | string | The value of the option. |
Результат | void |
public SetDefine ( string name, string value ) : void | ||
name | string | The name of the option. |
value | string | The value of the option. |
Результат | void |
public SetDefines ( [ defines ) : void | ||
defines | [ | The defines to set. |
Результат | void |