ISVGElementBuilder.BuildElement
ISVGElementBuilder.BuildElement method
Builds and returns an SVGElement instance based on the current configuration of the builder.
public SVGElement BuildElement(Document document)
Parameter | Type | Description |
---|---|---|
document | Document | The SVG document to which the element will be added. This document provides the context necessary for creating the element. |
Return Value
An SVGElement instance representing the constructed SVG element.
See Also
- class SVGElement
- class Document
- interface ISVGElementBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG