SVGPathElementBuilder Class
Contents
[
Hide
]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
Name | Description |
---|---|
SVGPathElementBuilder() | The default constructor. |
Properties
Name | Description |
---|---|
Configurations { get; } |
Methods
Name | Description |
---|---|
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
- class SVGElementBuilder<T>
- class SVGPathElement
- interface IAnimationElementBuilder
- interface IDescriptiveElementBuilder
- interface IPaintServerElementBuilder
- interface IShapeAttributeSetter
- interface IShapeContentElementBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG