Class DrawableText
- Namespace
- ImageMagick
- Assembly
- Magick.NET-Q16-AnyCPU.dll
Draws text on the image.
public sealed class DrawableText : IDrawableText, IDrawable- Inheritance
- 
      
      DrawableText
- Implements
- 
      IDrawableTextIDrawable
- Inherited Members
Constructors
DrawableText(double, double, string)
Initializes a new instance of the DrawableText class.
public DrawableText(double x, double y, string value)Parameters
Properties
Value
Gets or sets the text to draw.
public string Value { get; set; }Property Value
X
Gets or sets the X coordinate.
public double X { get; set; }Property Value
Y
Gets or sets the Y coordinate.
public double Y { get; set; }