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

SvgImageCollection.Insert(Int32, String, String) Method

Adds a vector image from a DevExpress Image Gallery to this SvgImageCollection, places this image to the specific position and renames it.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public void Insert(
    int index,
    string key,
    string imageUri
)

Parameters

Name Type Description
index Int32

An Int32 value that is the position of a new image in this SvgImageCollection.

key String

A String value that is the image name in this SvgImageCollection.

imageUri String

A String value that specifies the path to the required image.

See Also