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
Name | Description |
---|---|
SVGPolygonElementBuilder() | The default constructor. |
Properties
Name | Description |
---|---|
Configurations { get; } |
Methods
Name | Description |
---|---|
Attribute(string, string) | |
virtual Build(Document) | |
virtual Build(SVGPolygonElement) | |
BuildElement(Document) |
See Also
- class SVGElementBuilder<T>
- class SVGPolygonElement
- interface IAnimationElementBuilder
- interface IDescriptiveElementBuilder
- interface IPaintServerElementBuilder
- interface IPointsAttributeSetter
- interface IShapeAttributeSetter
- interface IShapeContentElementBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG