SVGFEFuncRElementBuilder Class
SVGFEFuncRElementBuilder class
Builder class for creating SVG ‘feFuncR’ elements, which define the alpha component transfer function.
public class SVGFEFuncRElementBuilder : SVGElementBuilder<SVGFEFuncRElement>, 
    IBaseAnimationElementBuilder, ICoreAttributeSetter, IDescriptiveElementBuilder, 
    ITransferFunctionAttributeSetter
Constructors
| Name | Description | 
|---|---|
| SVGFEFuncRElementBuilder() | The default constructor. | 
Properties
| Name | Description | 
|---|---|
| Configurations { get; } | 
Methods
| Name | Description | 
|---|---|
| AddScript(Action<SVGScriptElementBuilder>) | Adds a script configuration to the feFuncR element. | 
| Attribute(string, string) | |
| virtual Build(Document) | |
| virtual Build(SVGFEFuncRElement) | |
| BuildElement(Document) | 
See Also
- class SVGElementBuilder<T>
 - class SVGFEFuncRElement
 - interface IBaseAnimationElementBuilder
 - interface ICoreAttributeSetter
 - interface IDescriptiveElementBuilder
 - interface ITransferFunctionAttributeSetter
 - namespace Aspose.Svg.Builder
 - assembly Aspose.SVG