Skip to main content
All docs
V19.1

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.v19.1.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