C# Class ImageMagick.DrawableTextDirection

Specifies the direction to be used when annotating with text.
Inheritance: IDrawable
Show file Open project: dlemstra/Magick.NET

Public Methods

Method Description
DrawableTextDirection ( TextDirection direction )

Initializes a new instance of the DrawableTextDirection class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Method Details

DrawableTextDirection() public method

Initializes a new instance of the DrawableTextDirection class.
public DrawableTextDirection ( TextDirection direction )
direction TextDirection Direction to use.

IDrawable() public method

Draws this instance with the drawing wand.
public IDrawable ( IDrawingWand wand ) : void
wand IDrawingWand The want to draw on.
return void