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

NameDescription
SVGFEFuncRElementBuilder()The default constructor.

Properties

NameDescription
Configurations { get; }

Methods

NameDescription
AddScript(Action<SVGScriptElementBuilder>)Adds a script configuration to the feFuncR element.
Attribute(string, string)
virtual Build(Document)
virtual Build(SVGFEFuncRElement)
BuildElement(Document)

See Also