Class DrawableStrokeMiterLimit
- Namespace
- ImageMagick
- Assembly
- Magick.NET-Q16-AnyCPU.dll
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'.
public sealed class DrawableStrokeMiterLimit : IDrawableStrokeMiterLimit, IDrawable
- Inheritance
-
DrawableStrokeMiterLimit
- Implements
-
IDrawableStrokeMiterLimitIDrawable
- Inherited Members
Constructors
DrawableStrokeMiterLimit(int)
Initializes a new instance of the DrawableStrokeMiterLimit class.
public DrawableStrokeMiterLimit(int miterlimit)
Parameters
miterlimit
intThe miter limit.
Properties
Miterlimit
Gets or sets the miter limit.
public int Miterlimit { get; set; }