Table of Contents

Class DrawableFillColor

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

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

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

Constructors

DrawableFillColor(IMagickColor<byte>)

Initializes a new instance of the DrawableFillColor class.

public DrawableFillColor(IMagickColor<byte> color)

Parameters

color IMagickColor<byte>

The color to use.

Properties

Color

Gets or sets the color to use.

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

Property Value

IMagickColor<byte>