SVGFECompositeElementBuilder.In2

In2(string)

Sets the ‘in2’ attribute of the feComposite element.

public SVGFECompositeElementBuilder In2(string value)
ParameterTypeDescription
valueStringThe value for the ‘in2’ attribute.

Return Value

The current builder instance.

See Also


In2(FilterInput)

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

public SVGFECompositeElementBuilder In2(FilterInput input)
ParameterTypeDescription
inputFilterInputThe FilterInput object providing the value for ‘in2’.

Return Value

The current builder instance.

See Also