C# Class ImageMagick.DrawableTextDirection

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

Méthodes publiques

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

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

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