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

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.v18.2.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