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

NameDescription
SVGFEOffsetElementBuilder()The default constructor.

Properties

NameDescription
Configurations { get; }

Methods

NameDescription
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