SVGSymbolElementBuilder Class
Contents
[
Hide
]SVGSymbolElementBuilder class
Builder class for creating an SVGSymbolElement, which is used to define graphical template objects within SVG.
public class SVGSymbolElementBuilder : SVGElementBuilder<SVGSymbolElement>,
ICompositeElementBuilder, ICoreAttributeSetter, IDocumentElementEventAttributeSetter,
IGlobalEventAttributeSetter, IGraphicalEventAttributeSetter,
IPreserveAspectRatioAttributeSetter, IRefCoordinatesAttributeSetter, IViewBoxAttributeSetter
Constructors
| Name | Description |
|---|---|
| SVGSymbolElementBuilder() | The default constructor. |
Properties
| Name | Description |
|---|---|
| Configurations { get; } |
Methods
| Name | Description |
|---|---|
| Attribute(string, string) | |
| virtual Build(Document) | |
| virtual Build(SVGSymbolElement) | |
| BuildElement(Document) | |
| RefX(double, LengthType) | Sets the ‘refX’ attribute of the symbol element, defining the x-coordinate of the reference point of the symbol. |
| RefY(double, LengthType) | Sets the ‘refY’ attribute of the symbol element, defining the y-coordinate of the reference point of the symbol. |
See Also
- class SVGElementBuilder<T>
- class SVGSymbolElement
- interface ICompositeElementBuilder
- interface ICoreAttributeSetter
- interface IDocumentElementEventAttributeSetter
- interface IGlobalEventAttributeSetter
- interface IGraphicalEventAttributeSetter
- interface IPreserveAspectRatioAttributeSetter
- interface IRefCoordinatesAttributeSetter
- interface IViewBoxAttributeSetter
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG