Skip to main content
All docs
V19.1

SvgImageCollection.Add(String, SvgImage) Method

Adds an image to this SvgImageCollection and changes its name.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public void Add(
    string key,
    SvgImage image
)

Parameters

Name Type Description
key String

A String value that specifies the image name.

image SvgImage

An SvgImage object that specifies the image to be added.

See Also