C# Класс ImageMagick.DrawableClipUnits

Sets the interpretation of clip path units.
Наследование: IDrawable
Показать файл Открыть проект

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

Метод Описание
DrawableClipUnits ( ClipPathUnit units )

Initializes a new instance of the DrawableClipUnits class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

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

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

Initializes a new instance of the DrawableClipUnits class.
public DrawableClipUnits ( ClipPathUnit units )
units ClipPathUnit The clip path units.

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

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