C# Класс ImageMagick.DrawableClipRule

Sets the polygon fill rule to be used by the clipping path.
Наследование: IDrawable
Показать файл Открыть проект

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

Метод Описание
DrawableClipRule ( FillRule fillRule )

Initializes a new instance of the DrawableClipRule class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

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

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

Initializes a new instance of the DrawableClipRule class.
public DrawableClipRule ( FillRule fillRule )
fillRule FillRule The rule to use when filling drawn objects.

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

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