SVGBuilderExtensions.ImageRendering

SVGBuilderExtensions.ImageRendering<TBuilder> method

Sets the ‘image-rendering’ attribute for an SVG element, specifying the rendering quality of images.

public static TBuilder ImageRendering<TBuilder>(this TBuilder builder, ImageRendering value)
    where TBuilder : IAttributeSetter, IPresentationAttributeSetter
ParameterDescription
TBuilderThe type of the SVG element builder.
builderThe builder instance.
valueThe image rendering value to set.

Return Value

The builder instance for chaining.

See Also