Charting for WinForms Programmer's Guide
Pen.MiterLimit Property
See Also
 






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

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public float MiterLimit { get; set; }

Visual Basic  Copy Code

Public Property MiterLimit As Single

 Property Value

A floag value representing the limit of the thickness of the join on a mitered corner. The default is 10.0f.

 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. 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

Pen Members
Pen Class
MindFusion.Drawing Namespace