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
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
Y
Gets or sets the Y position.
public double Y { get; set; }