Class DrawableTextUnderColor
- Namespace
- ImageMagick
- Assembly
- Magick.NET-Q16-AnyCPU.dll
Specifies the color of a background rectangle to place under text annotations.
public sealed class DrawableTextUnderColor : IDrawableTextUnderColor<ushort>, IDrawable
- Inheritance
-
DrawableTextUnderColor
- Implements
-
IDrawableTextUnderColor<ushort>IDrawable
- Inherited Members
Constructors
DrawableTextUnderColor(IMagickColor<ushort>)
Initializes a new instance of the DrawableTextUnderColor class.
public DrawableTextUnderColor(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>