Class DrawableBorderColor
- Namespace
- ImageMagick
- Assembly
- Magick.NET-Q16-AnyCPU.dll
Sets the border color to be used for drawing bordered objects.
public sealed class DrawableBorderColor : IDrawableBorderColor<ushort>, IDrawable- Inheritance
- 
      
      DrawableBorderColor
- Implements
- 
      IDrawableBorderColor<ushort>IDrawable
- Inherited Members
Constructors
DrawableBorderColor(IMagickColor<ushort>)
Initializes a new instance of the DrawableBorderColor class.
public DrawableBorderColor(IMagickColor<ushort> color)Parameters
- colorIMagickColor<ushort>
- The color of the border. 
Properties
Color
Gets or sets the color to use.
public IMagickColor<ushort> Color { get; set; }Property Value
- IMagickColor<ushort>