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

SvgImageCollection.Insert(Int32, String, SvgImage) Method

Inserts a specific image to this SvgImageCollection and renames it.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v18.2.dll

Declaration

public void Insert(
    int index,
    string key,
    SvgImage image
)

Parameters

Name Type Description
index Int32

An Int32 value that is the added image’s position inside this SvgImageCollection.

key String

A String value that is the added image’s name.

image DevExpress.Utils.Svg.SvgImage

An SvgImage that is the image to be added.

See Also