C# Класс ImageMagick.DrawablePushClipPath

Starts a clip path definition which is comprized of any number of drawing commands and terminated by a DrawablePopClipPath.
Наследование: IDrawable
Показать файл Открыть проект

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

Метод Описание
DrawablePushClipPath ( string clipPath )

Initializes a new instance of the DrawablePushClipPath class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

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

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

Initializes a new instance of the DrawablePushClipPath class.
public DrawablePushClipPath ( string clipPath )
clipPath string The ID of the clip path.

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

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