C# Класс ImageMagick.DrawableRotation

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

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

Метод Описание
DrawableRotation ( double angle )

Initializes a new instance of the DrawableRotation class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

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

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

Initializes a new instance of the DrawableRotation class.
public DrawableRotation ( double angle )
angle double The angle.

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

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