build method

build

Builds the SVGFEComponentTransferElement with the configured component transfer functions.

Returns

The constructed SVGFEComponentTransferElement.

def build(self, document):
    ...
ParameterTypeDescription
documentaspose.svg.dom.DocumentThe document in which the element will be created.

build

def build(self, element):
    ...
ParameterTypeDescription
elementaspose.svg.filters.SVGFEComponentTransferElement

See Also