C# Класс ImageMagick.DrawableText

Encapsulation of the DrawableCompositeImage object.
Наследование: IDrawableText
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
DrawableText ( double x, double y, string value )

Initializes a new instance of the DrawableText class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

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

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

Initializes a new instance of the DrawableText class.
public DrawableText ( double x, double y, string value )
x double The X coordinate.
y double The Y coordinate.
value string The text to draw.

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

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