Class DrawableStrokeColor
- Namespace
- ImageMagick
- Assembly
- Magick.NET-Q8-AnyCPU.dll
Sets the color used for stroking object outlines.
public sealed class DrawableStrokeColor : IDrawableStrokeColor<byte>, IDrawable
- Inheritance
-
DrawableStrokeColor
- Implements
-
IDrawableStrokeColor<byte>IDrawable
- Inherited Members
Constructors
DrawableStrokeColor(IMagickColor<byte>)
Initializes a new instance of the DrawableStrokeColor class.
public DrawableStrokeColor(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>