SVGFEImageElementBuilder Class
Contents
[
Hide
]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
Name | Description |
---|---|
SVGFEImageElementBuilder() | The default constructor. |
Properties
Name | Description |
---|---|
Configurations { get; } |
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
- class SVGElementBuilder<T>
- class SVGFEImageElement
- interface IAnimationElementBuilder
- interface ICoreAttributeSetter
- interface IDescriptiveElementBuilder
- interface IFilterPrimitiveAttributeSetter
- interface IPresentationAttributeSetter
- interface IPreserveAspectRatioAttributeSetter
- interface IXLinkAttributeSetter
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG