SVGFEMorphologyElementBuilder Class
SVGFEMorphologyElementBuilder class
Builder class for creating SVG ‘feMorphology’ elements, which are used to apply morphological operations like dilation or erosion on an input image.
public class SVGFEMorphologyElementBuilder : SVGElementBuilder<SVGFEMorphologyElement>,
IBaseAnimationElementBuilder, ICoreAttributeSetter, IDescriptiveElementBuilder,
IFilterPrimitiveInAttributeSetter, IPresentationAttributeSetter
Constructors
Properties
Methods
Name | Description |
---|
AddScript(Action<SVGScriptElementBuilder>) | Adds a script configuration to the feMorphology element. |
Attribute(string, string) | |
virtual Build(Document) | |
virtual Build(SVGFEMorphologyElement) | |
BuildElement(Document) | |
Operator(MorphologyOperator) | Sets the ‘operator’ attribute of the feMorphology element, specifying the type of morphological operation. |
Radius(double, double?) | Sets the ‘radius’ attribute of the feMorphology element, defining the radius for the morphological operation. |
See Also