SVGElementBuilder-1.BuildElement

SVGElementBuilder<T>.BuildElement method

Builds the SVG element as a generic SVGElement.

public SVGElement BuildElement(Document document)
ParameterTypeDescription
documentDocumentThe document to which the element will be added.

Return Value

The constructed SVGElement.

See Also