C# Class ImageMagick.MagickDefine

Class that implements IDefine
Inheritance: IDefine
Afficher le fichier Open project: dlemstra/Magick.NET

Méthodes publiques

Méthode Description
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.

Method Details

MagickDefine() public méthode

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.

MagickDefine() public méthode

Initializes a new instance of the MagickDefine class.
public MagickDefine ( string name, string value )
name string The name of the define.
value string The value of the define.