C# Класс ImageMagick.DrawableStrokeColor

Sets the color used for stroking object outlines.
Наследование: IDrawable
Показать файл Открыть проект Примеры использования класса

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

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

Initializes a new instance of the DrawableStrokeColor class.

DrawableStrokeColor ( Color color ) : System.Drawing

Initializes a new instance of the DrawableStrokeColor class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

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

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

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

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

Initializes a new instance of the DrawableStrokeColor class.
public DrawableStrokeColor ( Color color ) : System.Drawing
color 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