Table of Contents

Class DrawableText

Namespace
ImageMagick
Assembly
Magick.NET-Q16-AnyCPU.dll

Draws text on the image.

public sealed class DrawableText : IDrawableText, IDrawable
Inheritance
DrawableText
Implements
IDrawableText
IDrawable
Inherited Members

Constructors

DrawableText(double, double, string)

Initializes a new instance of the DrawableText class.

public DrawableText(double x, double y, string value)

Parameters

x double

The X coordinate.

y double

The Y coordinate.

value string

The text to draw.

Properties

Value

Gets or sets the text to draw.

public string Value { get; set; }

Property Value

string

X

Gets or sets the X coordinate.

public double X { get; set; }

Property Value

double

Y

Gets or sets the Y coordinate.

public double Y { get; set; }

Property Value

double