SVGFEFuncBElementBuilder Class

SVGFEFuncBElementBuilder class

Builder class for creating SVG ‘feFuncB’ elements, which define the alpha component transfer function.

public class SVGFEFuncBElementBuilder : SVGElementBuilder<SVGFEFuncBElement>, 
    IBaseAnimationElementBuilder, ICoreAttributeSetter, IDescriptiveElementBuilder, 
    ITransferFunctionAttributeSetter

Constructors

NameDescription
SVGFEFuncBElementBuilder()The default constructor.

Properties

NameDescription
Configurations { get; }

Methods

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

See Also