ISVGElementBuilder.BuildElement

ISVGElementBuilder.BuildElement method

Builds and returns an SVGElement instance based on the current configuration of the builder.

public SVGElement BuildElement(Document document)
ParameterTypeDescription
documentDocumentThe 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