C# Class ImageMagick.MagickColor

Class that represents a color.
Afficher le fichier Open project: dlemstra/Magick.NET Class Usage Examples

Méthodes publiques

Méthode Description
MagickColor ( Color color ) : System.Drawing

Initializes a new instance of the MagickColor class.

ToColor ( ) : Color

Converts the value of this instance to an equivalent Color.

Private Methods

Méthode Description
CreateInstance ( MagickColor instance ) : INativeInstance
CreateInstance ( IntPtr instance ) : MagickColor

Method Details

MagickColor() public méthode

Initializes a new instance of the MagickColor class.
public MagickColor ( Color color ) : System.Drawing
color System.Drawing.Color The color to use.
Résultat System.Drawing

ToColor() public méthode

Converts the value of this instance to an equivalent Color.
public ToColor ( ) : Color
Résultat System.Drawing.Color