Appends the specified Action to the end of the collection.

Namespace: Neodynamic.WebControls.ImageDraw
Assembly:   Neodynamic.WebControls.ImageDraw (in Neodynamic.WebControls.ImageDraw)
Version: 3.0.2000.0

Syntax

Visual Basic (Declaration)
Public Function Add ( _
	action As Action _
) As Integer
C#
public int Add (
	Action action
)
Visual C++
public:
int Add (
	Action^ action
)

Parameters

action
Neodynamic.WebControls.ImageDraw.Action
The Action to append to the collection.

Return Value

The index position of the appended Action.