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

SvgImageCollection.Add(String, SvgImage) Method

Adds an image to this SvgImageCollection and changes its name.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public void Add(
    string key,
    SvgImage image
)

Parameters

Name Type Description
key String

A String value that specifies the image name.

image DevExpress.Utils.Svg.SvgImage

An SvgImage object that specifies the image to be added.

See Also