This documentation is for the old version. Go to the latest Graphics Mill docs

Pen.MiterLimit Property

Gets/sets the limit of the thickness of the join on a mitered corner.

Namespace: Aurigma.GraphicsMill.Drawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Property MiterLimit As Single
C#
public float MiterLimit { get; set; }

Property Value

The limit of the thickness of the join on a mitered corner.

Remarks

The miter length is the distance from the intersection of the line walls on the inside of the join to the intersection of the line walls outside of the join. The miter length can be large when the angle between two lines is small. The miter limit is the maximum allowed ratio of miter length to stroke width. The default value is 10.0.

If the miter length of the join of the intersection exceeds the limit of the join, then the join will be beveled to keep it within the limit of the join of the intersection.

See Also

Reference