C# Класс ImageMagick.DrawableFontPointSize

Sets the font pointsize to use when annotating with text.
Наследование: IDrawable
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
DrawableFontPointSize ( double pointSize )

Initializes a new instance of the DrawableFontPointSize class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

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

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

Initializes a new instance of the DrawableFontPointSize class.
public DrawableFontPointSize ( double pointSize )
pointSize double The point size.

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

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