C# Класс ImageMagick.DrawableTextKerning

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

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

Метод Описание
DrawableTextKerning ( double kerning )

Initializes a new instance of the DrawableTextKerning class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

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

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

Initializes a new instance of the DrawableTextKerning class.
public DrawableTextKerning ( double kerning )
kerning double Kerning to use.

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

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