SVGAnimateTransformElementBuilder Class

SVGAnimateTransformElementBuilder class

Builder class for constructing an SVG ‘animateTransform’ element, which is used for creating transformation animations within SVG graphics. It enables the building of content within the ‘animateTransform’ element and provides methods to set various attributes specific to the ‘animateTransform’ element in SVG.

public class SVGAnimateTransformElementBuilder : SVGElementBuilder<SVGAnimateTransformElement>, 
    IAnimationAdditionAttributeSetter, IAnimationEventAttributeSetter, 
    IAnimationTargetAttributeSetter, IAnimationTargetElementAttributeSetter, 
    IAnimationTimingAttributeSetter, IAnimationValueAttributeSetter, 
    IConditionalProcessingAttributeSetter, ICoreAttributeSetter, IDescriptiveElementBuilder, 
    IDocumentElementEventAttributeSetter, IGlobalEventAttributeSetter

Constructors

NameDescription
SVGAnimateTransformElementBuilder()The default constructor.

Properties

NameDescription
Configurations { get; }

Methods

NameDescription
Attribute(string, string)
virtual Build(Document)
virtual Build(SVGAnimateTransformElement)
BuildElement(Document)
Type(TransformationType)Sets the ’type’ attribute of the SVG ‘animateTransform’ element, specifying the type of transformation.

See Also