Inserts an image into the collection at the specified index.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

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

See Also