SVGFEMergeNodeElementBuilder.In

In(string)

Sets the ‘in’ attribute of the feMergeNode element, specifying the input for this node.

public SVGFEMergeNodeElementBuilder In(string value)
ParameterTypeDescription
valueStringThe identifier of the input to be used.

Return Value

The current builder instance.

See Also


In(FilterInput)

Sets the ‘in’ attribute of the feMergeNode element, specifying the input for this node.

public SVGFEMergeNodeElementBuilder In(FilterInput input)
ParameterTypeDescription
inputFilterInputThe FilterInput representing the input to be used.

Return Value

The current builder instance.

See Also