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
파일 보기 프로젝트 열기: dlemstra/Magick.NET

공개 메소드들

메소드 설명
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