C# Класс ImageMagick.DrawableBorderColor

Sets the border color to be used for drawing bordered objects.
Наследование: IDrawable
Показать файл Открыть проект Примеры использования класса

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

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

Initializes a new instance of the DrawableBorderColor class.

DrawableBorderColor ( Color color ) : System.Drawing

Initializes a new instance of the DrawableBorderColor class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

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

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

Initializes a new instance of the DrawableBorderColor class.
public DrawableBorderColor ( MagickColor color )
color MagickColor The color of the border.

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

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

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

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