Table of Contents

Class DrawableStrokeColor

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

Sets the color used for stroking object outlines.

public sealed class DrawableStrokeColor : IDrawableStrokeColor<ushort>, IDrawable
Inheritance
DrawableStrokeColor
Implements
IDrawableStrokeColor<ushort>
IDrawable
Inherited Members

Constructors

DrawableStrokeColor(IMagickColor<ushort>)

Initializes a new instance of the DrawableStrokeColor class.

public DrawableStrokeColor(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>