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

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.v18.2.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 DevExpress.Utils.Svg.SvgImage

An SvgImage added to this SvgImageCollection.

See Also