C# Класс ImageMagick.DrawableSkewY

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

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

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

Initializes a new instance of the DrawableSkewY class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

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

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

Initializes a new instance of the DrawableSkewY class.
public DrawableSkewY ( 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