SVGBuilderExtensions.StrokeMiterlimit
SVGBuilderExtensions.StrokeMiterlimit<TBuilder> method
Sets the ‘stroke-miterlimit’ attribute for an SVG element, defining the limit on the ratio of the miter length to the stroke width.
public static TBuilder StrokeMiterlimit<TBuilder>(this TBuilder builder, double miterlimit)
where TBuilder : IAttributeSetter, IPresentationAttributeSetter
Parameter | Description |
---|---|
TBuilder | The type of the SVG element builder. |
builder | The builder instance. |
miterlimit | The miter limit value. |
Return Value
The builder instance for chaining.
See Also
- interface IAttributeSetter
- interface IPresentationAttributeSetter
- class SVGBuilderExtensions
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG