SVGFEMergeNodeElementBuilder Class

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

NameDescription
SVGFEMergeNodeElementBuilder()The default constructor.

Properties

NameDescription
Configurations { get; }

Methods

NameDescription
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