Inserts the specified Element in the collection at the specified index location.

Namespace:  Neodynamic.WebControls.ImageDraw
Assembly:  Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw.dll)
Version: 4.0.2000.0 (4.0.2000.0)

Syntax

C#
public void Insert(
	int index,
	Element element
)
Visual Basic (Declaration)
Public Sub Insert ( _
	index As Integer, _
	element As Element _
)
Visual C++
public:
void Insert(
	int index, 
	Element^ element
)

Parameters

index
Type: System..::.Int32
The location in the collection to insert the Element.
element
Type: Neodynamic.WebControls.ImageDraw..::.Element
The Element to add to the collection.

See Also