SVGFECompositeElementBuilder.In2
In2(string)
Sets the ‘in2’ attribute of the feComposite element.
public SVGFECompositeElementBuilder In2(string value)
| Parameter | Type | Description |
|---|---|---|
| value | String | The value for the ‘in2’ attribute. |
Return Value
The current builder instance.
See Also
- class SVGFECompositeElementBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG
In2(FilterInput)
Sets the ‘in2’ attribute of the feComposite element using a FilterInput.
public SVGFECompositeElementBuilder In2(FilterInput input)
| Parameter | Type | Description |
|---|---|---|
| input | FilterInput | The FilterInput object providing the value for ‘in2’. |
Return Value
The current builder instance.
See Also
- enum FilterInput
- class SVGFECompositeElementBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG