SVGElementBuilder-1.Build

Build(Document)

Builds the SVG element and applies all configurations to it.

public virtual T Build(Document document)
ParameterTypeDescription
documentDocumentThe document to which the element will be added.

Return Value

The constructed and configured SVG element of type T.

See Also


Build(T)

Applies configurations to an existing SVG element.

public virtual T Build(T element)
ParameterTypeDescription
elementTThe SVG element to configure.

Return Value

The configured SVG element of type T.

See Also