SVGBuilderExtensions class

SVGBuilderExtensions class

Provides extension methods for building and configuring SVG (Scalable Vector Graphics) elements. This class contains a collection of static methods that extend various builder interfaces, allowing for fluent and convenient construction of SVG elements and their attributes.

The SVGBuilderExtensions type exposes the following members:

Methods

MethodDescription
format_svg_lengthsFormats an array of double values into a string representation of SVG lengths.

See Also