SVGFEImageElementBuilder Class

SVGFEImageElementBuilder class

Builder class for creating SVG ‘feImage’ elements, which define an image to be used by other filter primitives.

public class SVGFEImageElementBuilder : SVGElementBuilder<SVGFEImageElement>, 
    IAnimationElementBuilder, ICoreAttributeSetter, IDescriptiveElementBuilder, 
    IFilterPrimitiveAttributeSetter, IPresentationAttributeSetter, 
    IPreserveAspectRatioAttributeSetter, IXLinkAttributeSetter

Constructors

NameDescription
SVGFEImageElementBuilder()The default constructor.

Properties

NameDescription
Configurations { get; }

Methods

NameDescription
AddAnimateTransform(Action<SVGAnimateTransformElementBuilder>)Adds an animate transform configuration to the feImage element.
AddScript(Action<SVGScriptElementBuilder>)Adds a script configuration to the feImage element.
Attribute(string, string)
virtual Build(Document)
virtual Build(SVGFEImageElement)
BuildElement(Document)
Href(string)Sets the ‘href’ attribute of the feImage element, defining the URL of the image to be used.

See Also