Skip to main content
A newer version of this page is available.
All docs
V18.2

SvgImageCollection.AddRange(IEnumerable<SvgImage>) Method

Adds multiple vector images to this SvgImageCollection.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public void AddRange(
    IEnumerable<SvgImage> images
)

Parameters

Name Type Description
images IEnumerable<DevExpress.Utils.Svg.SvgImage>

An IEnumerable object that contains multiple vector images to be added.

See Also