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
Properties
Methods
Name | Description |
---|
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