SVGFEComponentTransferElementBuilder.Build

SVGFEComponentTransferElementBuilder.Build method

Builds the SVGFEComponentTransferElement with the configured component transfer functions.

public override SVGFEComponentTransferElement Build(Document document)
ParameterTypeDescription
documentDocumentThe document in which the element will be created.

Return Value

The constructed SVGFEComponentTransferElement.

See Also