SVGFEFloodElementBuilder Class
SVGFEFloodElementBuilder class
Builder class for creating SVG ‘feFlood’ elements, used within SVG filters to create a flood of color.
public class SVGFEFloodElementBuilder : SVGElementBuilder<SVGFEFloodElement>,
IBaseAnimationElementBuilder, ICoreAttributeSetter, IDescriptiveElementBuilder,
IFilterPrimitiveAttributeSetter, IPresentationAttributeSetter
Constructors
Name | Description |
---|---|
SVGFEFloodElementBuilder() | The default constructor. |
Properties
Name | Description |
---|---|
Configurations { get; } |
Methods
Name | Description |
---|---|
AddScript(Action<SVGScriptElementBuilder>) | Adds a script configuration to the feFlood element. |
Attribute(string, string) | |
virtual Build(Document) | |
virtual Build(SVGFEFloodElement) | |
BuildElement(Document) |
See Also
- class SVGElementBuilder<T>
- class SVGFEFloodElement
- interface IBaseAnimationElementBuilder
- interface ICoreAttributeSetter
- interface IDescriptiveElementBuilder
- interface IFilterPrimitiveAttributeSetter
- interface IPresentationAttributeSetter
- namespace Aspose.Svg.Builder
- assembly Aspose.SVG