SVGFETileElementBuilder Class
SVGFETileElementBuilder class
Builder class for creating SVG ‘feTile’ elements, which replicate and tile the input image to fill the filter primitive subregion.
public class SVGFETileElementBuilder : SVGElementBuilder<SVGFETileElement>,
IBaseAnimationElementBuilder, ICoreAttributeSetter, IDescriptiveElementBuilder,
IFilterPrimitiveInAttributeSetter, IPresentationAttributeSetter
Constructors
Properties
Methods
Name | Description |
---|
AddScript(Action<SVGScriptElementBuilder>) | Adds a script configuration to the feTile element. This method allows the addition of a script element to the feTile element. |
Attribute(string, string) | |
virtual Build(Document) | |
virtual Build(SVGFETileElement) | |
BuildElement(Document) | |
See Also