SVGBuilderExtensions.Transform

SVGBuilderExtensions.Transform<TBuilder> method

Sets the ’transform’ attribute for an SVG element.

public static TBuilder Transform<TBuilder>(this TBuilder builder, 
    Func<TransformBuilder, TransformBuilder> configure)
    where TBuilder : ISVGElementBuilder, ITransformAttributeSetter
ParameterDescription
TBuilderThe type of the SVG element builder.
builderThe builder instance.
configureA function to configure the SVG transform.

Return Value

The builder instance for chaining.

See Also