C# Класс ImageMagick.DrawableFillRule

Sets the fill rule to use while drawing polygons.
Наследование: IDrawable
Показать файл Открыть проект

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

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

Initializes a new instance of the DrawableFillRule class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

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

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

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