C# Класс ImageMagick.DrawableTextDirection

Specifies the direction to be used when annotating with text.
Наследование: IDrawable
Показать файл Открыть проект

Открытые методы

Метод Описание
DrawableTextDirection ( TextDirection direction )

Initializes a new instance of the DrawableTextDirection class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

Описание методов

DrawableTextDirection() публичный метод

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

IDrawable() публичный метод

Draws this instance with the drawing wand.
public IDrawable ( IDrawingWand wand ) : void
wand IDrawingWand The want to draw on.
Результат void