C# Класс ImageMagick.DrawableStrokeWidth

Sets the width of the stroke used to draw object outlines.
Наследование: IDrawable
Показать файл Открыть проект

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

Метод Описание
DrawableStrokeWidth ( double width )

Initializes a new instance of the DrawableStrokeWidth class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

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

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

Initializes a new instance of the DrawableStrokeWidth class.
public DrawableStrokeWidth ( double width )
width double The width.

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

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