C# Класс ImageMagick.DrawableStrokeMiterLimit

Specifies the miter limit. When two line segments meet at a sharp angle and miter joins have been specified for 'DrawableStrokeLineJoin', it is possible for the miter to extend far beyond the thickness of the line stroking the path. The 'DrawableStrokeMiterLimit' imposes a limit on the ratio of the miter length to the 'DrawableStrokeLineWidth'.
Наследование: IDrawable
Показать файл Открыть проект

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

Метод Описание
DrawableStrokeMiterLimit ( int miterlimit )

Initializes a new instance of the DrawableStrokeMiterLimit class.

IDrawable ( IDrawingWand wand ) : void

Draws this instance with the drawing wand.

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

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

Initializes a new instance of the DrawableStrokeMiterLimit class.
public DrawableStrokeMiterLimit ( int miterlimit )
miterlimit int The miter limit.

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

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