Cairo.MiterLimit (gb.cairo)

Static Property MiterLimit As Float

Returns or sets the current miter limit.

If the current line join style is set to LineJoinMiter (see LineJoin), the miter limit is used to determine whether the lines should be joined with a bevel instead of a miter. Cairo divides the length of the miter by the line width. If the result is greater than the miter limit, the style is converted to a bevel.

As with the other stroke parameters, the current line miter limit is examined by Cairo.Stroke and Cairo.StrokeExtents