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