[]
        
(Showing Draft Content)

GrapeCity.Documents.Svg.SvgElementCollection.Insert

Insert Method

Insert(int, SvgElement)

Inserts an element into the SvgElementCollection at the specified index.

Declaration
public void Insert(int index, SvgElement element)
Public Sub Insert(index As Integer, element As SvgElement)
Parameters
Type Name Description
int index

The zero-based index at which element should be inserted.

SvgElement element

The object to insert.

Implements