Table of Contents

Class DrawableTextDirection

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

Specifies the direction to be used when annotating with text.

public sealed class DrawableTextDirection : IDrawableTextDirection, IDrawable
Inheritance
DrawableTextDirection
Implements
IDrawableTextDirection
IDrawable
Inherited Members

Constructors

DrawableTextDirection(TextDirection)

Initializes a new instance of the DrawableTextDirection class.

public DrawableTextDirection(TextDirection direction)

Parameters

direction TextDirection

Direction to use.

Properties

Direction

Gets or sets the direction to use.

public TextDirection Direction { get; set; }

Property Value

TextDirection