Skip to main content
All docs
V19.1

SvgImageCollection.Insert Method

Name Parameters Description
Insert(Int32, SvgImage) index, item Adds a vector image to this SvgImageCollection and places it to the specific position.
Insert(Int32, String, SvgImage) index, key, image Inserts a specific image to this SvgImageCollection and renames it.
Insert(Int32, String, String, Type) index, key, resourceName, resourceType Adds a new vector image to this SvgImageCollection and places it to the specific position.
Insert(Int32, String, String) index, key, imageUri Adds a vector image from a DevExpress Image Gallery to this SvgImageCollection, places this image to the specific position and renames it.