Skip to main content
All docs
V19.1

SvgImageCollection.Add(String, String) Method

Adds an image to this SvgImageCollection.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public void Add(
    string key,
    string imageUri
)

Parameters

Name Type Description
key String

A String value that specifies the image name.

imageUri String

A String value that is the Image URI.

Remarks

This method is used internally to serialize images added to SvgImageCollections. Do not use this in code.

See Also