C# Класс ImageMagick.DrawableClipPath

Associates a named clipping path with the image. Only the areas drawn on by the clipping path will be modified as ssize_t as it remains in effect.
Наследование: IDrawable
Показать файл Открыть проект

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

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

Initializes a new instance of the DrawableClipPath class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

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

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

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