SVGFilterElementBuilder Class

SVGFilterElementBuilder class

Builder class for creating SVG ‘filter’ elements, which define filter effects that can be applied to SVG graphics.

public class SVGFilterElementBuilder : SVGElementBuilder<SVGFilterElement>, 
    IBaseAnimationElementBuilder, ICoreAttributeSetter, IDescriptiveElementBuilder, 
    IDocumentElementEventAttributeSetter, IFilterPrimitiveElementBuilder, 
    IGlobalEventAttributeSetter, IPresentationAttributeSetter, IRectAttributeSetter

Constructors

NameDescription
SVGFilterElementBuilder()The default constructor.

Properties

NameDescription
Configurations { get; }

Methods

NameDescription
AddScript(Action<SVGScriptElementBuilder>)Adds a script configuration to the filter element.
Attribute(string, string)
virtual Build(Document)
virtual Build(SVGFilterElement)
BuildElement(Document)
FilterUnits(CoordinateUnits)Sets the coordinate system for the filter’s x, y, width, and height attributes.
PrimitiveUnits(CoordinateUnits)Sets the coordinate system for the filter’s primitive sub-elements.

See Also