SVGPolygonElementBuilder Class

SVGPolygonElementBuilder class

Builder class for constructing an SVG ‘polygon’ element. The ‘polygon’ element is used to create a graphic that contains at least three sides. This class provides methods to set various attributes and animate the polygon element.

public class SVGPolygonElementBuilder : SVGElementBuilder<SVGPolygonElement>, 
    IAnimationElementBuilder, IDescriptiveElementBuilder, IPaintServerElementBuilder, 
    IPointsAttributeSetter, IShapeAttributeSetter, IShapeContentElementBuilder

Constructors

NameDescription
SVGPolygonElementBuilder()The default constructor.

Properties

NameDescription
Configurations { get; }

Methods

NameDescription
Attribute(string, string)
virtual Build(Document)
virtual Build(SVGPolygonElement)
BuildElement(Document)

See Also