SVGFEDisplacementMapElementBuilder Class
Contents
[
Hide
]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
Name | Description |
---|---|
SVGFEDisplacementMapElementBuilder() | The default constructor. |
Properties
Name | Description |
---|---|
Configurations { get; } |
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
- class SVGElementBuilder<T>
- class SVGFEDisplacementMapElement
- interface IBaseAnimationElementBuilder
- interface ICoreAttributeSetter
- interface IDescriptiveElementBuilder
- interface IFilterPrimitiveInAttributeSetter
- interface IPresentationAttributeSetter
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG