Table of Contents

Class SparseColorArg

Namespace
ImageMagick
Assembly
Magick.NET-Q16-AnyCPU.dll

Represents an argument for the SparseColor method.

public sealed class SparseColorArg : ISparseColorArg<ushort>
Inheritance
SparseColorArg
Implements
ISparseColorArg<ushort>
Inherited Members

Constructors

SparseColorArg(double, double, IMagickColor<ushort>)

Initializes a new instance of the SparseColorArg class.

public SparseColorArg(double x, double y, IMagickColor<ushort> color)

Parameters

x double

The X position.

y double

The Y position.

color IMagickColor<ushort>

The color.

Properties

Color

Gets or sets the color.

public IMagickColor<ushort> Color { get; set; }

Property Value

IMagickColor<ushort>

X

Gets or sets the X position.

public double X { get; set; }

Property Value

double

Y

Gets or sets the Y position.

public double Y { get; set; }

Property Value

double