C# Class ImageMagick.DrawableTextAlignment

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

Méthodes publiques

Méthode 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 méthode

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

IDrawable() public méthode

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