C# Класс ImageMagick.DrawableStrokeLineCap

Specifies the shape to be used at the end of open subpaths when they are stroked.
Наследование: IDrawable
Показать файл Открыть проект

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

Метод Описание
DrawableStrokeLineCap ( LineCap lineCap )

Initializes a new instance of the DrawableStrokeLineCap class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

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

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

Initializes a new instance of the DrawableStrokeLineCap class.
public DrawableStrokeLineCap ( LineCap lineCap )
lineCap LineCap The line cap.

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

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