Skip to main content
All docs
V19.1

SvgImageCollection.Insert(Int32, SvgImage) Method

Adds a 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,
    SvgImage item
)

Parameters

Name Type Description
index Int32

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

item SvgImage

An SvgImage added to this SvgImageCollection.

See Also