C# Class ImageMagick.SparseColorArg

Represents an argument for the SparseColor method.
Show file Open project: dlemstra/Magick.NET

Public Methods

Method Description
SparseColorArg ( double x, double y, MagickColor color )

Initializes a new instance of the SparseColorArg class.

Method Details

SparseColorArg() public method

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.