CGContext.SetMiterLimit(nfloat) Method

Definition

Specifies the miter limit for connecting lines.

public void SetMiterLimit (nfloat limit);
member this.SetMiterLimit : nfloat -> unit

Parameters

limit
nfloat

The maximum ratio of the length of the miter to the line width.

Remarks

If the length of the miter divided by the line width is greater than limit, a bevel is drawn rather than a miter.

Applies to