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
Properties
Methods
Name | Description |
---|
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