SVGFEFuncGElementBuilder Class

SVGFEFuncGElementBuilder class

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

public class SVGFEFuncGElementBuilder : SVGElementBuilder<SVGFEFuncGElement>, 
    IBaseAnimationElementBuilder, ICoreAttributeSetter, IDescriptiveElementBuilder, 
    ITransferFunctionAttributeSetter

Constructors

NameDescription
SVGFEFuncGElementBuilder()The default constructor.

Properties

NameDescription
Configurations { get; }

Methods

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

See Also