Click or drag to resize

SvgElementCollectionInsert Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Inserts the given SvgElement to the collection at the specified index.

Namespace:  Svg
Assembly:  imbSCI.Graph (in imbSCI.Graph.dll) Version: 0.3.70.
Syntax
C#
public void Insert(
	int index,
	SvgElement item
)
Request Example View Source

Parameters

index
Type: SystemInt32
The index that the item should be added at.
item
Type: SvgSvgElement
The SvgElement to be added.

Implements

IListTInsert(Int32, T)
See Also