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