SVGFEDisplacementMapElementBuilder.In2

In2(string)

Sets the ‘in2’ attribute of the feDisplacementMap element.

public SVGFEDisplacementMapElementBuilder In2(string value)
ParameterTypeDescription
valueStringThe identifier of the second input filter primitive.

Return Value

The current builder instance.

See Also


In2(FilterInput)

Sets the ‘in2’ attribute of the feDisplacementMap element using a FilterInput.

public SVGFEDisplacementMapElementBuilder In2(FilterInput input)
ParameterTypeDescription
inputFilterInputThe second input filter primitive.

Return Value

The current builder instance.

See Also