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