SVGFEDisplacementMapElementBuilder Class

SVGFEDisplacementMapElementBuilder class

Builder class for creating SVG ‘feDisplacementMap’ elements, used in SVG filters to apply displacement mapping effects.

public class SVGFEDisplacementMapElementBuilder : SVGElementBuilder<SVGFEDisplacementMapElement>, 
    IBaseAnimationElementBuilder, ICoreAttributeSetter, IDescriptiveElementBuilder, 
    IFilterPrimitiveInAttributeSetter, IPresentationAttributeSetter

Constructors

NameDescription
SVGFEDisplacementMapElementBuilder()The default constructor.

Properties

NameDescription
Configurations { get; }

Methods

NameDescription
AddScript(Action<SVGScriptElementBuilder>)Adds a script configuration to the feDisplacementMap element.
Attribute(string, string)
virtual Build(Document)
virtual Build(SVGFEDisplacementMapElement)
BuildElement(Document)
In2(FilterInput)Sets the ‘in2’ attribute of the feDisplacementMap element using a FilterInput.
In2(string)Sets the ‘in2’ attribute of the feDisplacementMap element.
Scale(double)Sets the ‘scale’ attribute of the feDisplacementMap element.
XChannelSelector(ChannelSelector)Sets the ‘xChannelSelector’ attribute of the feDisplacementMap element.
YChannelSelector(ChannelSelector)Sets the ‘yChannelSelector’ attribute of the feDisplacementMap element.

See Also