BaseFillingProfileMiterLimit Property |
Maximum distance in multiples of delta that vertices can be offset from their original positions before squaring is applied.
Squaring truncates a miter by 'cutting it off' at 1 × delta distance from the original vertex.
Namespace: RAYLASE.Marker.VectorGraphicElement.FillingAssembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntaxpublic double MiterLimit { get; set; }
Property Value
Double
Remarks
The default value for MiterLimit is 2 (ie twice delta). This is also the smallest MiterLimit that's allowed.
If mitering was unrestricted (ie without any squaring), then offsets at very acute angles would generate unacceptably long 'spikes'.
See Also