SVGFEMergeNodeElementBuilder Class
Contents
[
Hide
]SVGFEMergeNodeElementBuilder class
Builder class for creating SVG ‘feMergeNode’ elements, which define the input layers to be used within an ‘feMerge’ filter.
public class SVGFEMergeNodeElementBuilder : SVGElementBuilder<SVGFEMergeNodeElement>,
IBaseAnimationElementBuilder, ICoreAttributeSetter, IDescriptiveElementBuilder
Constructors
| Name | Description |
|---|---|
| SVGFEMergeNodeElementBuilder() | The default constructor. |
Properties
| Name | Description |
|---|---|
| Configurations { get; } |
Methods
| Name | Description |
|---|---|
| AddScript(Action<SVGScriptElementBuilder>) | Adds a script configuration to the feMergeNode element. |
| Attribute(string, string) | |
| virtual Build(Document) | |
| virtual Build(SVGFEMergeNodeElement) | |
| BuildElement(Document) | |
| In(FilterInput) | Sets the ‘in’ attribute of the feMergeNode element, specifying the input for this node. |
| In(string) | Sets the ‘in’ attribute of the feMergeNode element, specifying the input for this node. |
See Also
- class SVGElementBuilder<T>
- class SVGFEMergeNodeElement
- interface IBaseAnimationElementBuilder
- interface ICoreAttributeSetter
- interface IDescriptiveElementBuilder
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG