C# Класс ImageMagick.DrawableStrokeDashOffset

Specifies the offset into the dash pattern to start the dash.
Наследование: IDrawable
Показать файл Открыть проект

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

Метод Описание
DrawableStrokeDashOffset ( double offset )

Initializes a new instance of the DrawableStrokeDashOffset class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

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

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

Initializes a new instance of the DrawableStrokeDashOffset class.
public DrawableStrokeDashOffset ( double offset )
offset double The dash offset.

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

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