SVGFEDisplacementMapElementBuilder.In2
In2(string)
Sets the ‘in2’ attribute of the feDisplacementMap element.
public SVGFEDisplacementMapElementBuilder In2(string value)
Parameter | Type | Description |
---|---|---|
value | String | The identifier of the second input filter primitive. |
Return Value
The current builder instance.
See Also
- class SVGFEDisplacementMapElementBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG
In2(FilterInput)
Sets the ‘in2’ attribute of the feDisplacementMap element using a FilterInput.
public SVGFEDisplacementMapElementBuilder In2(FilterInput input)
Parameter | Type | Description |
---|---|---|
input | FilterInput | The second input filter primitive. |
Return Value
The current builder instance.
See Also
- enum FilterInput
- class SVGFEDisplacementMapElementBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG