Appends the specified Element to the end of the collection.

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 int Add(
	Element element
)
Visual Basic (Declaration)
Public Function Add ( _
	element As Element _
) As Integer
Visual C++
public:
int Add(
	Element^ element
)

Parameters

element
Type: Neodynamic.WebControls.ImageDraw..::.Element
The Element to append to the collection.

Return Value

The index position of the appended Element.

See Also