Table of Contents

Property MiterLimit

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

MiterLimit

Gets or sets the miter limit of this pen.

public double MiterLimit { get; set; }

Property Value

double

The miter limit.

Remarks

When two line segments meet at a sharp angle and mitered joins have been specified as the line join style, it is possible for the miter to extend far beyond the thickness of the line stroking the path. The miter limit imposes a maximum on the ratio of the miter length to the line width. When the limit is exceeded, the join is converted from a Miter to a Bevel.

Default value: 10.0, for a miter cutoff below approximately 11.5 degrees.

See Also