C# Класс ImageMagick.DrawableFillColor

Encapsulation of the DrawableColor object.
Наследование: IDrawableFillColor
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
DrawableFillColor ( MagickColor color )

Initializes a new instance of the DrawableFillColor class.

DrawableFillColor ( Color color ) : System.Drawing

Initializes a new instance of the DrawableFillColor class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

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

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

Initializes a new instance of the DrawableFillColor class.
public DrawableFillColor ( MagickColor color )
color MagickColor The color to use.

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

Initializes a new instance of the DrawableFillColor class.
public DrawableFillColor ( Color color ) : System.Drawing
color System.Drawing.Color The color to use.
Результат System.Drawing

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

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