SVGFECompositeElementBuilder Class
SVGFECompositeElementBuilder class
Builder class for creating SVG ‘feComposite’ elements, used in SVG filters.
public class SVGFECompositeElementBuilder : SVGElementBuilder<SVGFECompositeElement>,
IBaseAnimationElementBuilder, ICoreAttributeSetter, IDescriptiveElementBuilder,
IFilterPrimitiveInAttributeSetter, IPresentationAttributeSetter
Constructors
Properties
Methods
Name | Description |
---|
AddScript(Action<SVGScriptElementBuilder>) | Adds a script configuration to the element. |
Attribute(string, string) | |
virtual Build(Document) | |
virtual Build(SVGFECompositeElement) | |
BuildElement(Document) | |
In2(FilterInput) | Sets the ‘in2’ attribute of the feComposite element using a FilterInput. |
In2(string) | Sets the ‘in2’ attribute of the feComposite element. |
K1(double) | Sets the ‘k1’ attribute of the feComposite element. |
K2(double) | Sets the ‘k2’ attribute of the feComposite element. |
K3(double) | Sets the ‘k3’ attribute of the feComposite element. |
K4(double) | Sets the ‘k4’ attribute of the feComposite element. |
Operator(CompositeOperator) | Sets the ‘operator’ attribute of the feComposite element. |
See Also