SVGPathElementBuilder Class

SVGPathElementBuilder class

Builder class for constructing an SVG ‘path’ element, which is used to define a path in an SVG document. This class provides methods to set various attributes specific to the ‘path’ element and to build its content.

public class SVGPathElementBuilder : SVGElementBuilder<SVGPathElement>, IAnimationElementBuilder, 
    IDescriptiveElementBuilder, IPaintServerElementBuilder, IShapeAttributeSetter, 
    IShapeContentElementBuilder

Constructors

NameDescription
SVGPathElementBuilder()The default constructor.

Properties

NameDescription
Configurations { get; }

Methods

NameDescription
Attribute(string, string)
virtual Build(Document)
virtual Build(SVGPathElement)
BuildElement(Document)
D(Action<PathBuilder>)Sets the ’d’ attribute of the SVG ‘path’ element, which defines the shape of the path.

See Also