C# Class ImageMagick.SparseColorArg

Represents an argument for the SparseColor method.
Afficher le fichier Open project: dlemstra/Magick.NET

Méthodes publiques

Méthode Description
SparseColorArg ( double x, double y, MagickColor color )

Initializes a new instance of the SparseColorArg class.

Method Details

SparseColorArg() public méthode

Initializes a new instance of the SparseColorArg class.
public SparseColorArg ( double x, double y, MagickColor color )
x double The X position.
y double The Y position.
color MagickColor The color.