C# Class ImageMagick.DrawableTextAlignment

Specifies a text alignment to be applied when annotating with text.
Inheritance: IDrawable
Show file Open project: dlemstra/Magick.NET

Public Methods

Method Description
DrawableTextAlignment ( TextAlignment alignment )

Initializes a new instance of the DrawableTextAlignment class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Method Details

DrawableTextAlignment() public method

Initializes a new instance of the DrawableTextAlignment class.
public DrawableTextAlignment ( TextAlignment alignment )
alignment TextAlignment Text alignment.

IDrawable() public method

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