CGContext.SetMiterLimit(nfloat) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.