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