Skip to main content
All docs
V19.1

SvgImageCollection.Insert(Int32, String, String, Type) Method

Adds a new vector image to this SvgImageCollection and places it to the specific position.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v19.1.dll

Declaration

public void Insert(
    int index,
    string key,
    string resourceName,
    Type resourceType
)

Parameters

Name Type Description
index Int32

An Int32 value that specifies the index of a newly added image in this SvgImageCollection.

key String

A String value that specifies the name of a newly added image in this SvgImageCollection.

resourceName String

A String value that specifies the property name in a static project resource class.

resourceType Type

A Type that matches the project resource’s class type.

See Also