C# Класс ImageMagick.DrawableDensity

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

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

Метод Описание
DrawableDensity ( PointD pointDensity )

Initializes a new instance of the DrawableDensity class.

DrawableDensity ( double density )

Initializes a new instance of the DrawableDensity class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

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

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

Initializes a new instance of the DrawableDensity class.
public DrawableDensity ( PointD pointDensity )
pointDensity PointD The vertical and horizontal resolution.

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

Initializes a new instance of the DrawableDensity class.
public DrawableDensity ( double density )
density double The vertical and horizontal resolution.

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

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