miterLimit | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | graphic | ||||||
Summary | Specifies how far miter joins can extend from the meeting point of two edges before a bevel join is used. | ||||||
Introduced | 3.0 | ||||||
OS | mac, windows, linux, ios, android | ||||||
Platforms | desktop, server, mobile | ||||||
Parameters |
| ||||||
Example |
| ||||||
Values |
| ||||||
Related | Property: antialiased, joinStyle, lineSize, roundEnds Keyword: curve, line, polygon Object: graphic | ||||||
Description | Set the miterLimit property to specify how far miter joins can extend from the meeting point of two edges before a bevel join is used. The miterLimit is used to calculate the maximum size of a miter join before it is rendered as a bevel. The size of a miter join is the length in pixels from the corner to the intersection point of its outer two edges. The miterLimit is specified as a multiple of the currentlineSize of the graphic.
|