Table of Contents

Class DrawableBorderColor

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

Sets the border color to be used for drawing bordered objects.

public sealed class DrawableBorderColor : IDrawableBorderColor<byte>, IDrawable
Inheritance
DrawableBorderColor
Implements
IDrawableBorderColor<byte>
IDrawable
Inherited Members

Constructors

DrawableBorderColor(IMagickColor<byte>)

Initializes a new instance of the DrawableBorderColor class.

public DrawableBorderColor(IMagickColor<byte> color)

Parameters

color IMagickColor<byte>

The color of the border.

Properties

Color

Gets or sets the color to use.

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

Property Value

IMagickColor<byte>