Table of Contents

Class DrawableFillColor

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

Sets the fill color to be used for drawing filled objects.

public sealed class DrawableFillColor : IDrawableFillColor<ushort>, IDrawable
Inheritance
DrawableFillColor
Implements
IDrawableFillColor<ushort>
IDrawable
Inherited Members

Constructors

DrawableFillColor(IMagickColor<ushort>)

Initializes a new instance of the DrawableFillColor class.

public DrawableFillColor(IMagickColor<ushort> color)

Parameters

color IMagickColor<ushort>

The color to use.

Properties

Color

Gets or sets the color to use.

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

Property Value

IMagickColor<ushort>