SVGFEOffsetElementBuilder Class
SVGFEOffsetElementBuilder class
Builder class for creating SVG ‘feOffset’ elements, which are used to apply an offset effect to an input image.
public class SVGFEOffsetElementBuilder : SVGElementBuilder<SVGFEOffsetElement>,
IBaseAnimationElementBuilder, ICoreAttributeSetter, IDescriptiveElementBuilder,
IFilterPrimitiveInAttributeSetter, IPresentationAttributeSetter
Constructors
Properties
Methods
Name | Description |
---|
AddScript(Action<SVGScriptElementBuilder>) | Adds a script configuration to the feOffset element. |
Attribute(string, string) | |
virtual Build(Document) | |
virtual Build(SVGFEOffsetElement) | |
BuildElement(Document) | |
Dx(double) | Sets the ‘dx’ attribute of the feOffset element, specifying the horizontal offset. |
Dy(double) | Sets the ‘dy’ attribute of the feOffset element, specifying the vertical offset. |
See Also