Метод | Описание | |
---|---|---|
MagickDefine ( MagickFormat format, string name, string value ) |
Initializes a new instance of the MagickDefine class.
|
|
MagickDefine ( string name, string value ) |
Initializes a new instance of the MagickDefine class.
|
public MagickDefine ( MagickFormat format, string name, string value ) | ||
format | MagickFormat | The format of the define. |
name | string | The name of the define. |
value | string | The value of the define. |
public MagickDefine ( string name, string value ) | ||
name | string | The name of the define. |
value | string | The value of the define. |